Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Turn the context your organisation already has β codebases, documents, policies, decisions and workflows β into a persistent typed knowledge graph, so Claude Code, Cursor, Copilot and other agents reason over architecture, dependencies, prior lessons and evidence instead of re-reading disconnected files every session.
Models change. Tools change. Your architecture and institutional knowledge should not.
Website Β· Quickstart Β· How it works Β· Governed autonomy Β· Regulated deployments Β· Changelog Β· VS Code Extension
Your organisation already knows the answer. It just can't hand it to an AI.
The refund threshold lives in a policy document. The reason you retain records for seven years is in an ADR nobody re-reads. The incident that moved validation into the service layer is in someone's head. The dependency that makes payments fragile is in the code. Every one of those is real knowledge β and none of it is connected to any of the others, so no model can reason across it.
Each AI session starts from zero and rebuilds a partial picture from whatever files fit in the context window. Then the window closes and the picture is gone.
GraQle builds that connection once, keeps it, and grows it.
Point GraQle at policies, ADRs, runbooks or specs. Nothing else needed β this works on a folder with no code in it at all.
Step 2 is the one that compounds, and the one no amount of prompt engineering replaces: it needs a persistent typed graph as the substrate. GraQle found where that rule belonged on its own β you never told it which document to attach it to.
Markdown, text, reStructuredText and AsciiDoc parse with the base install. PDF, DOCX, PPTX and XLSX need pip install "graqle[docs]" β without it those files are skipped and reported, never silently dropped.
Where a codebase is part of the picture, it enters the same graph and connects to the documents that govern it:
Software architecture is the deepest-mapped domain today β typed down to the function β and for engineering teams it is usually the fastest way to see the value. It is a wedge, not the boundary.
The first time you run GraQle, it knows what you gave it. After a month, it knows your patterns. After a year, it holds the policies, decisions, architectural lessons and document context your organisation accumulated β and activates the relevant ones on the work that is about to repeat an old mistake.
This is the part that survives model churn. When you switch provider or IDE, the graph is unchanged. You are not re-teaching a new model what your organisation knows; you are pointing a different model at intelligence you already own.
Own the intelligence your models and agents create. Enterprises can own their data and still lose the reasoning state accumulated inside external AI tools β the decisions, the corrections, the hard-won context. The graph is a local file you control.
SECTION_OF, SEMANTICALLY_RELATED, IMPORTS, CALLS, DEFINES. Taught knowledge is auto-linked to the documents and code it concerns. This is what makes reasoning across sources possible.confidence, graph_health, active_nodes and evidence pointers. Debate is a reasoning mechanism, not a proof of truth: agents sharing a model family, a prompt template or a source document are correlated, so their agreement is not independent confirmation.The pipeline runs through five named phases β ANCHOR β ACTIVATE β GENERATE β VALIDATE β COMMIT. Each phase is governance-gated, evidence-attached and audit-logged.
API defaults: confidence_threshold=0.65 (refusal floor), gate_threshold=0.60 (gate-status floor). Both configurable per call.
You don't need another UI. GraQle runs inside the tools your team already has.
85 MCP tools β every operation Claude Code, Cursor, VS Code Copilot or Windsurf needs, exposed as a governed tool with confidence scores, evidence pointers and audit-trail entries. No prompt engineering, no glue code. (Each tool is also aliased kogni_* for backward compatibility.)
graq init renders one rulebook for every client β Claude Code β CLAUDE.md, OpenAI Codex β AGENTS.md, Cursor β .cursorrules, Windsurf β .windsurfrules β so editing it once keeps them all in sync.
Anthropic Β· OpenAI Β· AWS Bedrock Β· Ollama Β· Gemini Β· Groq Β· DeepSeek Β· Together Β· Mistral Β· OpenRouter Β· Fireworks Β· Cohere Β· llama.cpp β plus any custom HTTP endpoint.
Runs fully offline with Ollama or llama.cpp. Route different task types to different providers, or race two providers and take the first useful answer. The graph is the constant; the model is a swappable input.
| Use case | Command |
|---|---|
| Policies, ADRs and specs into the graph | graq scan docs ./policies Β· graq learn doc ./decisions/ |
| Institutional memory that outlives the session | graq learn knowledge "..." Β· graq learned |
| Ask across documents, decisions and code at once | graq run "what approval is needed above the refund limit?" |
| Onboarding without a walkthrough | graq run "how does checkout work end to end?" |
| Blast radius before a change | graq impact payments.py |
| Cross-file security audit | graq run "find every auth bypass risk" |
| Pre-change safety check | graq preflight "refactor the auth layer" |
| CI/CD governance gate | graq predict "..." --fail-below-threshold |
Every reasoning result carries the signals that make it inspectable rather than magical:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/graqle)<a href="https://allmcps.com/mcp/graqle"><img src="https://allmcps.com/api/badge/graqle?style=directory" alt="Graqle on AllMCPs" /></a>