Claudexor MCP Server

Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It runs locally over stdio via the published package.

People who work with codex, coding agent and developer tools and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 470 · #8 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Claudexor

Claude Code

claude mcp add razzant-claudexor -- npx -y claudexor

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "razzant-claudexor": {
      "command": "npx",
      "args": [
        "-y",
        "claudexor"
      ]
    }
  }
}

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 claudexor - unscoped; check the name against the project README before installing

registry namespace io.github.razzant is GitHub-verified and matches the repo owner

03 · What Claudexor can do

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

Latest releases

v3.12.1 · 2026-09-15

Claudexor 3.12.1 · (2026-09-16): reading ONE run no longer serializes every retained run. The daemon's retained-command list RPC now takes an optional query addressing a single subject - one run id, or one parent's…

v3.12.0 · 2026-09-14

Claudexor 3.12.0 · (2026-09-14): the daemon's journal now replays frame by frame and forgets dead history through a fixed fold policy (per-token harness deltas, superseded quota snapshots, immutable params on updates…

v3.11.0 · 2026-09-13

Claudexor 3.11.0 · (2026-09-13): adds advisory Standard/Fast/Economy processing while preserving the selected model, reasoning effort and context. Native controls, account catalogs, actual service observations and…

04 · Who maintains Claudexor

Claudexor is maintained by razzant. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
developer tools - ranked #8 of 168 actively-maintained developer tools servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.razzant/claudexor (active, first published 2026-07-25 · 11 versions)
packages
npm:claudexor

06 · Claudexor FAQ

What is Claudexor?

Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It runs locally over stdio via the published package.

Is Claudexor still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Claudexor?

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

Does Claudexor 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 Claudexor

More developer tools MCP servers · Multi MCP · Rigour · Rn Devtools Hub · Sugar · Cognitive AI Memory

More TypeScript MCP servers · Awesome Copilot MCP Server (rbbtsn0w) · Rclone · Tentra - Memory for AI Coding Agents · Crabcut · Rebase · see all