Oxcode MCP Server

oxcode indexes source code into a graph and serves it to coding agents. It is built on oxgraph - a storage-agnostic, zero-copy-friendly graph/hypergraph topology substrate for Rust - and stores the index in a native oxgraph database under .oxcode/index.oxgdb/. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 3 · #105 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Oxcode

Claude Code

claude mcp add oxgraph-oxcode -- npx -y @snowmead/oxcode-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "oxgraph-oxcode": {
      "command": "npx",
      "args": [
        "-y",
        "@snowmead/oxcode-mcp"
      ]
    }
  }
}

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

license MIT - declared in the repository

npm package @snowmead/oxcode-mcp - the @snowmead scope differs from the repo owner (oxgraph); confirm it's the project's official package

registry registry publisher io.github.snowmead is not the repo owner (oxgraph) - the registry entry was published by someone else

03 · What Oxcode can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.1 · 2026-07-30

Install oxcode-cli 0.4.1 · Install prebuilt binaries via shell script · sh · curl --proto '=https' --tlsv1.2 -LsSf | sh · Install prebuilt binaries via powershell script · sh · powershell -ExecutionPolicy Bypass -c…

v0.4.0 · 2026-06-17

Install oxcode-cli 0.4.0 · Install prebuilt binaries via shell script · sh · curl --proto '=https' --tlsv1.2 -LsSf | sh · Install prebuilt binaries via powershell script · sh · powershell -ExecutionPolicy Bypass -c…

v0.3.0 · 2026-06-16

Install oxcode-cli 0.3.0 · Install prebuilt binaries via shell script · sh · curl --proto '=https' --tlsv1.2 -LsSf | sh · Install prebuilt binaries via powershell script · sh · powershell -ExecutionPolicy Bypass -c…

04 · Who maintains Oxcode

oxcode is maintained by oxgraph. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
coding agent - ranked #105 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-30)
registry
io.github.snowmead/oxcode (active, first published 2026-06-16 · 4 versions)
packages
npm:@snowmead/oxcode-mcp

06 · Oxcode FAQ

What is Oxcode?

oxcode indexes source code into a graph and serves it to coding agents. It is built on oxgraph - a storage-agnostic, zero-copy-friendly graph/hypergraph topology substrate for Rust - and stores the index in a native oxgraph database under .oxcode/index.oxgdb/. It runs locally over stdio via the published package.

Is Oxcode still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install Oxcode?

Run `npx -y @snowmead/oxcode-mcp`. You can also paste the ready-made client config above.

Does Oxcode 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.

07 · Alternatives to Oxcode

More coding agent MCP servers · Gograph · Symbols · Mneme (patsa2561-art) · Indie Stack · Tech Debt MCP

More Rust MCP servers · Pmcp · Omen · Patchloom · Signet MCP Tools · Just MCP Server · see all