Skip to content

Configure your client

/MCP Server

Configure your client

Add Rixel to Cursor, Claude Desktop, Claude Code, or any Streamable HTTP client.

File: ~/.cursor/mcp.json or project .cursor/mcp.json

{
  "mcpServers": {
    "rixel": {
      "url": "https://rhea-phi.vercel.app/api/mcp",
      "headers": {
        "Authorization": "Bearer rixel_your_api_key_here"
      }
    }
  }
}

Cursor

Add JSON to ~/.cursor/mcp.json, restart Cursor (Cmd+Q), check MCP green dot in Settings → MCP.

Claude Desktop

Edit claude_desktop_config.json on macOS, add rixel block under mcpServers, restart app.

Claude Code

Run claude mcp add --transport http rixel https://rhea-phi.vercel.app/api/mcp --header "Authorization: Bearer rixel_xxx" in terminal.

Windsurf

File ~/.codeium/windsurf/mcp_config.json — same JSON structure as Cursor. Restart Windsurf.