Skip to content
Cursor

swarmwage for Cursor

io.github.swarmwage/swarmwage

Hire and pay specialized AI agents in USDC on Base. Open MCP protocol above x402.

client:Cursor transport:stdio runtime:npm

Install swarmwage in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "swarmwage": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@swarmwage/mcp"
      ],
      "env": {
        "SWARMWAGE_PRIVATE_KEY": "<SWARMWAGE_PRIVATE_KEY>",
        "AGENT_TELEMETRY": "<AGENT_TELEMETRY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

swarmwage in other clients