mcpbeat Sign in

Oxcode MCP Server

local only

Oxcode runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 31 Jul 2026.

PageRank-curated code intelligence for coding agents over an indexed source repository.

Installs per day peak 14 · avg 7 · +52% w/w
a month agotoday
42
Installs / week
npm · @snowmead/oxcode-mcp
4
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/oxcode-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oxcode -- npx -y @snowmead/oxcode-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oxcode": {
      "args": [
        "-y",
        "@snowmead/oxcode-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oxcode]
command = "npx"
args = ["-y", "@snowmead/oxcode-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oxcode": {
      "args": [
        "-y",
        "@snowmead/oxcode-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oxcode": {
      "args": [
        "-y",
        "@snowmead/oxcode-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OXCODE_NO_AUTO_UPDATE (Set to 1 to disable the binary's startup self-update check (CI, offline, or reproducible environments).), GITHUB_TOKEN (Optional: used during self-update to avoid unauthenticated GitHub API rate limits.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oxcode

same job, measured the same way
rag-rat
by cq27-dev

Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.

516 installs/wk local only
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only
LeanToken
by morluto

Token-bounded repository context for coding agents over MCP.

local only
Replen
by replenhq

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

115 installs/wk local only
GitHub Repository Intelligence
by heisencodex-jpg

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

answering
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only

Oxcode — questions

Answers built from our own checks of this server.

Why is there no uptime for Oxcode?
Oxcode runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @snowmead/oxcode-mcp was installed 42 times last week.
How do I connect Oxcode?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @snowmead/oxcode-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oxcode?
The npm package @snowmead/oxcode-mcp was installed 42 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oxcode open source?
Yes — it is published under the MIT licence, written in Rust and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.