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
{
"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