Axis MCP Server

Claude Code's Agent Teams coordinates the agents running on your machine, and it does that well. Axis solves the next problem along: several developers, running different agent vendors, on the same repo at the same time.

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

VERIFIED ACTIVE

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

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Axis

before you install - you'll need

Set AXIS_TRANSCRIPT_PATH, AXIS_TRANSCRIPT_FORMAT, AXIS_AGENT_BASE, SHARED_CONTEXT_API_URL, SHARED_CONTEXT_API_SECRET, OPENAI_API_KEY, SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY before connecting.

Claude Code

claude mcp add virsanghavi-axis --transport http https://useaxis.dev/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "virsanghavi-axis": {
      "url": "https://useaxis.dev/api/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

https://useaxis.dev/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

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 · remote - your agent's requests go to useaxis.dev

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license AGPL-3.0 - declared in the repository

npm package @virsanghavi/axis-server - published under the repo owner's npm scope (@virsanghavi)

registry vendor namespace dev.useaxis - domain-verified with the official MCP registry

03 · Who maintains Axis

Axis is maintained by virsanghavi. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
coding agent - ranked #70 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
dev.useaxis/axis (active, first published 2026-08-03 · 2 versions)
packages
npm:@virsanghavi/axis-server

05 · Axis FAQ

What is Axis?

Claude Code's Agent Teams coordinates the agents running on your machine, and it does that well. Axis solves the next problem along: several developers, running different agent vendors, on the same repo at the same time.

Is Axis still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-03. We re-verify nightly.

How do I install Axis?

Run `npx -y @virsanghavi/axis-server`. The README documents 8 environment variables (AXIS_TRANSCRIPT_PATH, AXIS_TRANSCRIPT_FORMAT, AXIS_AGENT_BASE…) to set first. Set AXIS_TRANSCRIPT_PATH, AXIS_TRANSCRIPT_FORMAT, AXIS_AGENT_BASE, SHARED_CONTEXT_API_URL, SHARED_CONTEXT_API_SECRET, OPENAI_API_KEY, SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY before connecting. You can also paste the ready-made client config above.

Does Axis require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Axis

More coding agent MCP servers · Visily UI Design · Deja Vu · VULK · MetaMask Embedded Wallets (Web3Auth) MCP

More TypeScript MCP servers · Sms · Media Context MCP · Jshookmcp · Voidmob MCP · React Render Profile MCP · see all