Skip to content
Cline

AgentPump for Cline

io.github.pact-layer/agentpump

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

client:Cline transport:stdio runtime:npm

Install AgentPump in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

AgentPump in other clients