upstash/context7
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.
Awesome MCP › Software Development
Graphify is an innovative tool that converts diverse project assets, including code, documentation, SQL schemas, configurations, and PDFs, into a comprehensive and queryable knowledge graph. Unlike traditional vector stores, Graphify leverages local, deterministic AST parsing via tree-sitter for code, ensuring accuracy and privacy by not relying on LLMs for core code analysis. It explicitly explains every connection within the graph, distinguishing between 'EXTRACTED' (explicit in source) and 'INFERRED' (resolved by Graphify) edges, providing transparency into how relationships are established. Designed to be integrated as a skill into AI coding assistants like Claude Code, Cursor, Codex, and Gemini CLI, Graphify allows developers to query their entire project's knowledge graph instead of manually searching through files. Key functionalities include identifying 'god nodes' (highly connected concepts), detecting community structures using the Leiden algorithm, and resolving cross-file links across numerous programming languages. Users can perform 'explain' queries for concepts, 'path' queries to trace connections between two entities, and general 'query' commands for plain-language questions. Beyond code, it processes documentation, PDFs, images, and videos through semantic passes, making the entire project ecosystem searchable and understandable within a unified graph structure. The project emphasizes local processing for code, ensuring that sensitive information remains on the user's machine, and offers an interactive `graph.html` visualization for exploration.
https://github.com/Graphify-Labs/graphify
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...
Opik is an open-source platform for debugging, evaluating, and monitoring large language model applications with comprehensive tracing, automated evaluations, and production-ready dashboards.