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
Opik MCP Server is the official Model Context Protocol server for Opik, the open source LLM observability and evaluation platform from Comet. It connects an AI host such as Claude Code, Cursor, VS Code Copilot or the MCP Inspector to an Opik workspace so that traces, spans, experiments, test suites and prompts can be read and written from a chat session. The server is distributed as a Python package run through uvx and authenticates with an OPIK_API_KEY plus an optional OPIK_WORKSPACE name, defaulting to the workspace called default, which is correct for local and open source installs. Self hosted deployments point at their own instance with COMET_URL_OVERRIDE. An earlier TypeScript implementation is deprecated, with a documented migration path and a stated sunset date. The tool surface is deliberately small and outcome oriented. The read tool fetches a single entity by UUID, by name or by an opik:// URI and inlines children so composite reads return the full picture. The list tool browses a collection with an optional name filter and pagination, requiring a parent UUID for project scoped types. The write tool logs traces and spans, records scores and comments, saves prompt versions and manages test suites and experiments, while the schema tool lets the model introspect write payload shapes before constructing them. The ask_ollie tool forwards investigative or cross entity questions to Ollie, the in product Opik assistant, and returns a thread id that preserves context on follow ups; run_experiment drives an evaluation experiment end to end. Both of those are available on Comet Cloud only. Writes that Ollie performs execute without per action confirmation by default, each auto approval is recorded as a JSON audit row on a dedicated logger, and setting OPIK_MCP_AUTO_APPROVE to disabled requires explicit confirmation instead. The documentation also notes host limits such as the fixed sixty second tool call timeout in Cursor. It targets LLM engineers who already run Opik.
https://github.com/comet-ml/opik-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...