Koragraph MCP Server

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.

People who work with agentic ai, ast and codebase and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 14 · #38 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

NOASSERTION · JavaScript servers · how we verify → /methodology

01 · Install Koragraph

Claude Code

claude mcp add koragraph-koragraphmcp -- npx -y koragraphmcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "koragraph-koragraphmcp": {
      "command": "npx",
      "args": [
        "-y",
        "koragraphmcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-03 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package koragraphmcp - unscoped; check the name against the project README before installing

registry vendor namespace in.koragraph - domain-verified with the official MCP registry

03 · Who maintains Koragraph

Koragraph is maintained by koragraph. It's the only MCP server we track from this author; the repo dates to Sep 2026.

04 · Facts

category
coding agent - ranked #38 of 229 actively-maintained coding agent servers as of 2026-09-18.
registry
in.koragraph/koragraph (active, first published 2026-09-05)
packages
npm:koragraphmcp

05 · Koragraph FAQ

What is Koragraph?

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.

Is Koragraph still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14. We re-verify nightly.

How do I install Koragraph?

Run `npx -y koragraphmcp`. You can also paste the ready-made client config above.

Does Koragraph run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Koragraph

More coding agent MCP servers · Topos · CLEO MCP Server · True Memory Fragments · Agence · Fittok

More JavaScript MCP servers · Hermes Atlas MCP · Claudex · Artifacts · Instagram Dm · Vorim MCP Server · see all