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
Debugger MCP Server is a plugin for JetBrains IDEs that runs an MCP server inside the IDE and publishes its debugger as tools. An assistant can set and remove breakpoints, start and control a debug session, step through code, inspect variables and the call stack at a paused frame, and evaluate arbitrary expressions in the current context. That last capability is what makes the loop genuinely investigative rather than descriptive: the assistant can pause where the fault appears, ask what a variable actually holds, and evaluate a candidate expression against live state instead of reasoning about the source in the abstract. Because it runs inside the IDE, it uses the run configurations, module setup and toolchain the developer has already configured, rather than reconstructing a debug environment. The plugin is written in Kotlin, published on the JetBrains Marketplace, and verified in continuous integration with the IntelliJ Plugin Verifier against IntelliJ IDEA, PyCharm, WebStorm and GoLand; the README reports community testing on RustRover, Android Studio and PhpStorm, with RubyMine, CLion and DataGrip untested. The audience is developers who work in JetBrains IDEs and want an assistant that can debug a failure directly instead of asking them to relay what the debugger shows.
https://github.com/hechtcarmel/jetbrains-debugger-mcp-plugin
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...