Awesome MCPSoftware Development

Coding-Solo/godot-mcp

⭐ 5672 JavaScript added to this list on 2025-03-25 repository created 2025-02-26

Godot MCP is a Model Context Protocol (MCP) server designed to facilitate interaction between AI assistants and the Godot game engine. It provides a standardized interface that allows AI assistants to launch the Godot editor, run projects in debug mode, capture debug output, and manage scenes programmatically. This integration creates a direct feedback loop where AI assistants can better understand the state and behavior of real Godot projects, enhancing their ability to generate code and assist with debugging. The server supports a wide range of features including launching the Godot editor for specific projects, executing projects with debug output capture, and controlling project execution by starting or stopping it programmatically. It can retrieve the installed Godot engine version and list Godot projects within a specified directory. Additionally, it offers detailed project analysis to provide insights into the project structure. Scene management capabilities are comprehensive, allowing the creation of new scenes with specified root node types, adding nodes with customizable properties, loading sprites and textures into Sprite2D nodes, exporting 3D scenes as MeshLibrary resources for GridMap, and saving scenes with options for creating variants. For Godot version 4.4 and above, it includes UID management features to get UIDs for specific files and update UID references by resaving resources. The server requires Godot Engine, Node.js, and npm to be installed. It is compatible with AI assistants that support MCP such as Cline and Cursor. Installation involves cloning the repository, installing dependencies, and building the server. Configuration instructions are provided for integration with AI assistants, including setting up MCP server details and environment variables for customization. Overall, Godot MCP streamlines the interaction between AI tools and the Godot engine, enabling more effective project management, debugging, and development assistance through AI-driven workflows.

https://github.com/Coding-Solo/godot-mcp

aiai-assistantai-assistantsai-integrationclinecursordebug-outputdebugging-assistancegame-developmentgodotgodot-game-enginegodot-versionlaunch-editormcpmcp-servermodel-context-protocolnode.jsproject-analysisproject-controlproject-executionrun-projectsscene-managementtypescriptuid-management

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...