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
OpenAPI MCP Server is a Model Context Protocol (MCP) server designed to facilitate AI models in exploring and understanding OpenAPI specifications through simple language. This project enables easier API integration and usage by allowing AI models like Claude and Cursor to search and explore OpenAPI specs hosted on oapis.org. The server operates through a three-step process: identifying the required OpenAPI identifier, requesting a simplified summary of the API, and determining the relevant endpoints with explanations in simple language. This approach helps users gain a clear overview of any OpenAPI specification and detailed insights into specific API operations, supporting both JSON and YAML formats. The project is currently in version 2, which focuses on exploration and providing context about APIs rather than executing API endpoints directly, as authentication challenges remain unresolved within MCP. Despite being a work in progress, it is particularly useful for code generation tasks. The server is tested with Claude Desktop and Cursor MCP clients, ensuring compatibility and practical usability. Installation can be done via Smithery or npx, making it accessible for users to integrate with their MCP clients. Once installed, users can query the server through Claude to obtain information about various APIs, such as Stripe or GitHub, and receive understandable explanations of how to use specific API endpoints. The project is open to contributors and encourages community involvement to enhance its capabilities. Overall, OpenAPI MCP Server bridges the gap between complex OpenAPI specifications and AI-driven understanding, simplifying API exploration and integration for developers and AI applications alike. It is licensed under MIT and requires Node.js version 16.17.0 or higher to run.
https://github.com/janwilmake/openapi-mcp-server
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...