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
Postman MCP Server is the official MCP integration from Postman, connecting AI agents and coding assistants to Postman workspaces, collections, API specifications and environments. It runs either as a remote service at mcp.postman.com or locally through the npm package @postman/postman-mcp-server, and it is also distributed as a Docker image. Because the full Postman API exposes more than a hundred tools, the server ships in four configurations that control how much surface the model sees. Minimal is the default and covers basic operations on a single collection, workspace or environment. Code adds tools for generating client code from public and internal API definitions. Full loads every Postman API tool for advanced collaboration and enterprise features. Learn searches the Postman documentation for guides, tutorials and reference content so an agent can look up concepts on its own. The remote server supports OAuth following the MCP authorization specification, which removes manual key handling; the EU remote endpoint and the local server accept Postman API keys instead, supplied as a bearer header or the POSTMAN_API_KEY environment variable. EU hosting is available at mcp.eu.postman.com, and the stdio package takes a --region eu flag or a POSTMAN_API_BASE_URL override. The project documents setup for Claude Code, Claude Desktop, Cursor, VS Code, Codex, Antigravity CLI, GitHub Copilot CLI, Kiro and Docker. Typical uses described in the README are running collection-based API tests, keeping code in sync with collections and specs, managing collections and their documentation and comments, creating workspaces and environment variables, generating specs from code, and generating client code that consumes an API. A public Postman collection is provided for browsing and testing the available tools.
https://github.com/postmanlabs/postman-api-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...