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 exposes the Postman platform API to MCP clients so an assistant can inspect and modify a Postman workspace directly. The implementation is TypeScript and its tool surface is derived from the official Postman OpenAPI specification, which keeps parameter shapes aligned with the documented endpoints. Coverage is broad across the three main Postman object types. For collections it supports full create, read, update and delete operations, folder management for organising requests, request management inside collections, management of saved responses attached to requests, version control operations including fork, merge and pull, and collection comments. For environments it offers listing and retrieval plus the same full create, update and delete set, which is what makes switching configurations between setups scriptable. For APIs it handles creation and modification of API entities, multi-file schema management, tagging and comments. Beyond those, the server reaches enterprise-oriented parts of the platform: private API network elements and folders, webhooks that trigger a collection with a custom payload, role-based access control at workspace and collection level, and SCIM support. Authentication uses a Postman API key generated from account settings and supplied as the POSTMAN_API_KEY environment variable, typically inside the MCP client configuration; the key grants whatever permissions the owning account has. Installation is either a manual clone, pnpm install and build with the resulting build/index.js pointed at from the client config, or an automated Smithery install for Claude Desktop. Documented clients are Claude Desktop and Cline, with Zed noted as unresolved because it needs an extension. The repository also carries generated API reference material and endpoint summaries under docs/. The author states the code was produced with Claude via the Cline extension and warns that the project is under active development with breaking changes expected.
https://github.com/delano/postman-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...