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.
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.