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 lets an assistant execute API tests by running Postman collections through Newman, Postman's command-line collection runner. A tool takes a collection file, optionally with an environment file and global variables, runs it, and returns structured results: overall success or failure, a summary counting total, passed and failed tests, detailed information about each failure, and execution timings. Returning failure detail rather than only a pass or fail verdict is what makes it useful to a model — it can see which assertion failed and what the response actually contained, and reason about whether the API or the test is wrong. Because Postman collections are how many teams already encode their API contract tests, this makes an existing test suite runnable from an assistant session without translating it into another framework. The typical loop is changing an endpoint, running the collection, reading which assertions broke and fixing either side. It is TypeScript, installable through Smithery for Claude Desktop or manually with pnpm from a clone, and the README links a video demonstration. The audience is backend and integration developers whose API tests live in Postman collections and who want an assistant able to run them and interpret the results.
https://github.com/shannonlal/mcp-postman
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...