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
@reapi/mcp-openapi loads multiple OpenAPI specifications from a directory and exposes their contents through MCP, so an assistant in an editor such as Cursor or Cline knows what an API actually accepts and returns. It maintains a catalogue of the available specifications, exposes each API's operations — paths, methods, parameters and responses — and serves schemas in dereferenced form, meaning $ref pointers are resolved so a model sees the complete shape of a request or response body instead of a chain of references it would have to follow. This addresses a specific and common failure: a model writing client code invents field names that look plausible, and the error only surfaces at runtime. With the specification loaded, the field names come from the contract. Serving several specifications at once matters in a microservice codebase where one change touches multiple APIs. The server is TypeScript, published on npm as @reapi/mcp-openapi, and works with any OpenAPI or Swagger document on disk, so it fits a repository that keeps its specifications in version control. It is sponsored by ReAPI, whose commercial platform covers no-code API design and testing, but the server itself is open source and works standalone. The audience is developers writing or consuming HTTP APIs with an assistant.
https://github.com/ReAPI-com/mcp-openapi
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...