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.
Awesome MCP › Software Development
UnityMCPIntegration connects the Model Context Protocol to the Unity Editor so an assistant can understand and act on a Unity project in real time. It ships as two components. A C# Unity plugin lives in the editor and reaches Unity's editor APIs, and a TypeScript Node.js server implements the MCP protocol and talks to the plugin; the two exchange JSON messages over a WebSocket, by default on the port given in MCP_WEBSOCKET_PORT. Editor tools include get_editor_state for overall project and editor information, get_current_scene_info and get_game_objects_info for scene hierarchy and individual GameObjects, execute_editor_command which compiles and runs arbitrary C# inside the editor context and can wait for the result, get_logs for retrieving and filtering console output, and verify_connection for checking the bridge is live. Play mode can be controlled from the same interface. A second group of filesystem tools operates on the project itself: read_file and read_multiple_files, write_file, edit_file which applies targeted edits and can show a diff preview with a dryRun flag, list_directory and directory_tree, search_files, get_file_info, find_assets_by_type for locating assets such as materials or prefabs, and list_scripts for enumerating C# sources. Paths may be absolute or relative to the Assets folder, and all file operations are confined to the project directory. An MCP Debug window under Window > MCP Debug shows connection status, lets code execution be tested and displays logs and events. Installation of the Unity side is either a git URL through the Package Manager or an imported unitypackage from the releases page; the server can be run directly with node after npm install, registered in an MCP host configuration, or installed for Claude Desktop through Smithery. Requires Unity 2021.3 or later and Node.js 18 or later.
https://github.com/quazaai/UnityMCPIntegration
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
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.
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 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.
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...
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.
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).
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...