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
LSP MCP Server puts a Language Server Protocol client between an MCP client and a real language server, so a model can ask the same questions an editor asks. It starts the language server, keeps the LSP session alive, and translates MCP tool calls into LSP requests. The tools cover hover information at a file position, completion suggestions at a position, code actions for a range, opening and closing documents in the language server, and retrieving diagnostics such as errors and warnings for open files. Operational tools start the language server against a root directory, restart it without restarting the MCP server, and change log verbosity at runtime. Diagnostics are also published as MCP resources under an lsp-diagnostics:// scheme with subscription support, so a client receives updates as the language server revises them rather than having to poll. Configuration is a single stdio command taking the language id, the path to the language server binary and any arguments it needs, which makes the server language-agnostic — the same package fronts a Haskell, TypeScript or Rust language server depending on what it is pointed at. The stated purpose is accuracy: rather than inferring an API from surrounding text, the model reads the types, symbols and errors the compiler itself reports. The audience is developers using agents for code editing who want the agent grounded in real type information.
https://github.com/Tritlo/lsp-mcp
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...