Manual setup

Connect Ramifica to your AI agent

Ramifica's MCP server supports both OAuth 2.1 (for clients that discover it automatically) and manual Bearer tokens. If you got here by typing the URL directly, the manual flow below is the right path.

Step 1 — Sign in and mint a token

API tokens
Mint a token, copy it, then paste into your client config below.

Step 2 — Paste this into your client config

Replace <your-token> with the value you minted in Step 1. Works in Claude Desktop, Cursor, Cline, and any MCP client that accepts a static Authorization header.

{
  "mcpServers": {
    "ramifica": {
      "url": "https://ramifica.app/api/mcp",
      "headers": {
        "Authorization": "Bearer "
      }
    }
  }
}

OAuth-aware clients (Claude web, Cursor auto-config) reach this URL with query parameters and get a real consent screen — no manual token needed.