One install. Every agent.

Last updated 3 September 2026

Install Hexum MCP in Cursor in 3 steps

  1. Open /app, turn usage billing on, mint a hexum_live_ key.
  2. Paste this JSON into the agent’s MCP config (Cursor Settings → MCP, or the command on Hexum for Claude Code).
  3. Reload MCP. The agent lists tools from tools/list.
mcp.json
{
  "mcpServers": {
    "hexum": {
      "serverUrl": "https://hexum.dev/mcp",
      "headers": { "Authorization": "Bearer hexum_live_…" }
    }
  }
}

Per-agent pages

Optional: skill full in architecture.hexum. The agent calls hexum_skill and writes the Hexum skill.

Get API key

FAQ

How do I add Hexum to Cursor?

Turn on usage billing at /app, mint a hexum_live_ key, paste the mcpServers JSON into Cursor Settings → MCP or ~/.cursor/mcp.json, then reload. Details: /cursor.

Does Hexum replace Cursor or Claude Code?

No. Hexum is a hosted MCP server. You keep Cursor, Claude Code, Antigravity, Codex, or Grok. Hexum is not an IDE and not a model.

Why did MCP return BILLING or AUTH?

AUTH means the key is missing, invalid, or revoked. BILLING (HTTP 403) means that key’s billing source is off: personal Usage for a personal key, or Teams billing for a team key. Turn the matching plan on at /app, or mint a key against the plan that is on.

What is Hexum?

Hexum is the control plane for coding agents. One hexum_live_ key authorizes hosted MCP on hexum.dev and on efficient, arch, review, control, and loop subdomains. hexum_shrink sends this turn instead of the repository. hexum_check fails a forbidden import without calling a model. On MBPP, context dropped about 85% with the same tests passing.

Does Hexum store my repo?

No. Zero Data Retention is on Usage and Teams. MCP payloads are not stored. Hexum does not train on your code. Policy: /zdr.