Koragraph MCP server
Local multi-repo code graph over MCP. Blast radius, call graphs, and memory anchored to code.
14 stars153 downloads/wk
Reviews
Write oneNobody has reviewed Koragraph yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Koragraph tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan181 source files scanned3/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 6 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace8/10
Findings (3)
- mediumnpm install lifecycle script present
install.script - mediumnpm install lifecycle script present
install.scriptpackage.json: … "node": ">=22" }, "scripts": { "postinstall": "node scripts/postinstall.js || true" … - highShell command built from a string (injection risk)
exec.shell-concatsrc/services/vcs/local-provider.js: …d */ function git(cmd, cwd) { return execSync(`git ${cmd}`, { cwd, stdio: ['pipe', 'p…
What the publisher says
From the Koragraph repository's README, as published. We do not edit it. Read it on GitHub
The ultimate context layer for your AI coding agent.
Completely free. Runs entirely on your machine.
A local knowledge graph of every repo you point it at, plus a memory layer that knows when the code it remembers has changed.
Install
npm install -g koragraphmcp
koragraph ingest /path/to/repo # point it at as many repos as you like
claude mcp add koragraph -s user -- koragraph mcpkoragraph doctor checks the whole chain and prints the exact line for any editor.
Two ways to use it from here: your agent calls the tools over MCP, or you (or a script, or a Claude Code hook) run them straight from the shell, for example koragraph explore "how does checkout work" or koragraph blast src/pay.js. Same graph either way.
Then run KORAINIT in your editor
This is the step that lights up the memory layer, so don't skip it. In your coding agent (Claude Code, Cursor, Windsurf, whatever you use), tell it:
### "Read KORAINIT.md and follow it."
It imports your existing CLAUDE.md / AGENTS.md into koragraph's memory, anchored to the code each rule is about, flags any rule that points at code that's already gone, and finishes wiring koragraph into the session. Run it once per project.
Prefer zero setup? Hand the whole thing to your agent instead. Paste this from the repo you want indexed, and it installs, indexes, wires itself in, and runs KORAINIT for you:
Install koragraph and set it up for this repo, then report back:
1. npm install -g koragraphmcp
2. koragraph ingest .
3. koragraph doctor, then run the `claude mcp add …` line it prints (or wire `koragraph mcp` into
my editor's MCP config).
4. Find KORAINIT.md in the installed package (`npm root -g`, then koragraphmcp/KORAINIT.md) and
follow it: it imports my existing CLAUDE.md / AGENTS.md into memory, verified against the code.
Report: nodes/edges indexed, whether the MCP connected, and KORAINIT's summary.Works with
Adoption is highest on Claude Code: its hooks let koragraph put the graph in front of the agent on every turn, so it actually gets used instead of falling back to grep. Other editors reach koragraph over MCP, where the agent decides when to call it.
One map of everything you've built
Koragraph turns every repo you point it at into one live graph: a resolved structure, with an edge only where there really is one.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y koragraphmcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add koragraph -- npx -y koragraphmcp
Koragraph: common questions
- Is Koragraph MCP server safe?
- With care: it is graded C, so read the findings first (58/100). Read the Koragraph safety report
- How do I install Koragraph?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Koragraph need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Koragraph maintained?
- The last commit was 6 days ago (2026-09-14). The latest release is v0.1.4.
- What can I use instead of Koragraph?
- Servers from other publishers that do the same job: Codebase Memory MCP server, Deja Vu MCP server and State Memory MCP server. Compare all Koragraph alternatives.
Alternatives to Koragraph
Same job from other publishers: the closest match first, then the best rated.
- Codebase MemoryCodebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.not reviewedWidely usedC
- Deja Vudeja-vu: local memory over the session histories of thirty-three coding agents.not reviewedEstablishedA
State Memory MCPDeterministic, persistent graph server for tracking workflow state, decisions, and blockers.not reviewedEstablishedA- PlurOpen, local-first engram memory for AI agents: read, correct, delete; shared over MCP.not reviewedEstablishedA