Dirigon

Docs

MCP

Same data, for agents. Do not paste an API key into a chat.

Remote MCP URL: https://dirigon.com/v1/mcp

Claude, ChatGPT, Cursor, and Claude Code use OAuth. Sign in with the mailbox on Trial, Tape, Matched, or a paid API plan. An invite terminal seat cannot Allow. Curl uses header X-API-KEY from an env var.

Human setup: https://dirigon.com/connect

Claude app (claude.ai / Desktop / iOS)

Leave OAuth Client ID and Secret empty. Click Add.

1. Customize → Connectors → Add custom connector. 2. Name: Dirigon 3. URL: https://dirigon.com/v1/mcp 4. Advanced settings: leave blank. 5. Add. Sign in with the mailbox on the API plan. Allow. 6. New chat → + → enable Dirigon.

Do not paste an API key into the conversation or into the OAuth boxes.

Claude Code

claude mcp add --transport http dirigon https://dirigon.com/v1/mcp

Then /mcp inside Claude Code. Sign in when it asks.

ChatGPT

Copy https://dirigon.com/v1/mcp. Settings → Developer mode → Plugins → +. Name Dirigon. Paste the URL. Authentication OAuth. Sign in. Allow. New chat, add Dirigon from the app picker.

Cursor

{
  "mcpServers": {
    "dirigon": {
      "url": "https://dirigon.com/v1/mcp"
    }
  }
}

Sign in when Cursor asks. Do not put a key in mcp.json.

Codex CLI

codex mcp add dirigon --url https://dirigon.com/v1/mcp

Tools

Example

curl https://dirigon.com/v1/mcp \
  -H "X-API-KEY: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Example prompts (after the connector is on)

Markdown for agents

The full book is on the terminal. Request access for a seat.