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
IDE Index MCP Server is a plugin for JetBrains IDEs that starts an MCP server inside the running IDE and exposes its code intelligence to external AI coding assistants. Rather than having the assistant reason over raw text, the plugin gives it access to the IDE AST, index and PSI, so symbol lookups and refactorings resolve the way they do in the editor. Universal tools available in every supported IDE include find references, go to definition, code diagnostics with quick fixes, index status, VFS and PSI sync, project reload, module import, workspace opening for multiple Maven projects, project build with structured errors, class and file search, symbol search, text search through Find in Files, file reading including library sources, file opening and active editor state. Language-aware tools add type hierarchy, call hierarchy, find implementations, find super methods and file structure outlines. Refactoring tools cover rename with related element updates, move file with reference fixes, reformat, optimize imports, member edit, insert and replace for Java and Kotlin, safe delete, and Java to Kotlin conversion. An opt-in lifecycle manager moves idle projects through background, dormant and closed states to free memory and reopens them transparently on the next MCP call, with tools for status, mode control, release and an event log. Tested on IntelliJ IDEA, PyCharm, WebStorm, GoLand, RustRover, Android Studio and PhpStorm, with support for headless and JetBrains remote development sessions. Many write-capable tools are disabled by default. The README notes the server binds to 127.0.0.1 without authentication, so any local process can call its tools with the file access of the IDE.
https://github.com/hechtcarmel/jetbrains-index-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...