Skip to content
Claude Desktop

cortexcloud for Claude Desktop

io.github.jonahthan433/cortexcloud

Pay-per-call QUBO/Ising optimization for AI agents via x402 (USDC on Base). No API keys.

client:Claude Desktop transport:streamable-http

Install cortexcloud in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cortexcloud": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.cortexcloud.org/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

cortexcloud in other clients