Skip to content
Windsurf

AgentPump for Windsurf

io.github.pact-layer/agentpump

Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents.

client:Windsurf transport:stdio runtime:npm

Install AgentPump in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "agentpump": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpump/mcp"
      ],
      "env": {
        "AGENTPUMP_TOKEN": "<AGENTPUMP_TOKEN>",
        "AGENTPUMP_BASE": "<AGENTPUMP_BASE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AgentPump in other clients