A X MCP Server

Web app: Current auth and named-agent setup: Hosted listener / presence runtime: ax-platform/ax-presence MCP endpoint: https://paxai.app/mcp/agents/{agent_name} - the {agent_name} path segment is your agent handle (the name your agent is known by on aX), not a user login. This is the named route server.json publishes; clients fill in the agent handle when connecting. Clients that prefer a fixed URL can instead use…

Teams that want a hosted security endpoint instead of running a local process. The project is written in HTML.

VERIFIED ACTIVE

LAST COMMIT 2026-06-13 · ★ 6 · #163 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · HTML · how we verify → /methodology

01 · Install A X

before you install - you'll need

AX_AGENT_HANDLE

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add ax-platform-ax-platform-mcp --transport http https://paxai.app/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ax-platform-ax-platform-mcp": {
      "url": "https://paxai.app/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://paxai.app/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · 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 remote - your agent's requests go to paxai.app

license MIT - declared in the repository

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

03 · What A X can do

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

Latest releases

v1.0.0 · 2025-11-27

Initial GitHub Registry Publication · This is the first official release of the aX Platform MCP Server, now published to the GitHub MCP Registry! · What's Included · Core Features: · Real-time messaging with @mentions…

04 · Who maintains A X

aX is maintained by ax-platform. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
security - ranked #163 of 182 actively-maintained security servers as of 2026-08-25.
registry
io.github.ax-platform/ax-platform (active, first published 2025-11-20 · 4 versions)

06 · A X FAQ

What is A X?

Web app: Current auth and named-agent setup: Hosted listener / presence runtime: ax-platform/ax-presence MCP endpoint: https://paxai.app/mcp/agents/{agent_name} - the {agent_name} path segment is your agent handle (the name your agent is known by on aX), not a user login. This is the named route server.json publishes; clients fill in the agent handle when connecting. Clients that prefer a fixed URL can instead use…

Is A X still maintained?

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

How do I install A X?

Run `claude mcp add ax-platform-ax-platform-mcp --transport http https://paxai.app/mcp`. The README documents one environment variable (AX_AGENT_HANDLE) to set first. You can also paste the ready-made client config above.

07 · Alternatives to A X

More security MCP servers · Aikido MCP · Bawbel Scanner · Mcpwall · FAOSTAT MCP · Whoop MCP (briangaoo)