
Codegraphcontext Mcp
Feed your coding agent a remote code-graph context MCP so navigation and reasoning across the repo returns verdicts, receipts, and usage logs.
Overview
CodeGraph Context is a MCP server for the Build phase that supplies code graph context to AI coding agents with verdicts, receipts, and usage logs.
What is this MCP server?
- CodeGraph Context: code graph MCP for AI coding
- Remote streamable-http at codegraphcontext.clauxel.com with Bearer auth
- Paid MCP emphasizing verdicts, receipts, usage logs, and audit-ready responses
- Designed to improve agent codebase navigation and context retrieval
- Open reference repo: codegraph-context-mcp on GitHub
- Registry-listed version 1.0.0
- Remote MCP type: streamable-http
- Authentication via Bearer Authorization header
What problem does it solve?
Agents lose accuracy on non-trivial codebases when they lack a graph-aware context layer and every lookup is an unlogged guess.
Who is it for?
Indie developers on multi-package or service-heavy repos who want remote graph context inside their MCP workflow.
Skip if: Tiny single-file projects or teams that require only free, fully offline indexing with no remote data path.
What do I get? / Deliverables
After install, the agent queries graph context through MCP and receives logged, structured answers that support safer navigation and refactors.
- MCP-connected code graph context tools for the agent
- Structured verdicts and receipts on context queries
- Usage logs for auditing agent graph lookups
Recommended MCP Servers
Journey fit
Code graph context supports Build when agents need structural understanding of backend and full-repo relationships beyond a single file. Backend fits as the canonical shelf for graph-style codebase context that spans modules, services, and dependencies.
How it compares
Remote code-graph context MCP, not an IDE theme skill or a browser automation server.
Common Questions / FAQ
Who is CodeGraph Context for?
Solo builders and agent-first developers who need graph-style codebase context exposed as MCP tools with usage accountability.
When should I use CodeGraph Context?
Use it during Build when refactoring or implementing features across modules and you want the agent to pull structured graph context remotely.
How do I add CodeGraph Context to my agent?
Add https://codegraphcontext.clauxel.com/mcp as a streamable-http MCP server and configure the Authorization Bearer token from Clauxel.