← Back to browse

swarmwage

Indexed by io.github.Swarmwage

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSWARMWAGE_PRIVATE_KEY AGENT_TELEMETRY
Claude Code
claude mcp add --env SWARMWAGE_PRIVATE_KEY= --env AGENT_TELEMETRY= swarmwage -- npx @swarmwage/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"swarmwage","command":"npx","args":["@swarmwage/mcp"],"env":{"SWARMWAGE_PRIVATE_KEY":"","AGENT_TELEMETRY":""}}'
JSON
{
  "mcpServers": {
    "swarmwage": {
      "command": "npx",
      "args": [
        "@swarmwage/mcp"
      ],
      "env": {
        "SWARMWAGE_PRIVATE_KEY": "",
        "AGENT_TELEMETRY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.