A paid remote service that exposes four code graph analysis tools over streamable HTTP: repo_graph_query for querying repository structure, symbol_impact_path for tracking how changes ripple through code, branch_context_pack for packaging branch metadata, and dependency_hotspot_report for surfacing risky dependency clusters. You authenticate with a bearer token from their website and point your MCP client at their hosted endpoint. It returns structured receipts and usage logs, making it suitable for CI workflows or agent systems where you need audit trails alongside the graph data. The repository itself is just documentation, the actual service runs on their infrastructure. Reach for this when you need production code graph tooling without hosting your own indexing and analysis pipeline.
CodeGraph Context remote MCP for code graph MCP for AI coding.
Paid remote MCP for code graph MCP for AI coding, structured receipts, usage logs, and audit-ready evidence for agent and CI workflows.
com.clauxel.codegraphcontext/codegraphcontext-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
repo_graph_querysymbol_impact_pathbranch_context_packdependency_hotspot_reportThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.