Skip to content
Zed

AgentPump for Zed

io.github.pact-layer/agentpump

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

client:Zed transport:stdio runtime:npm

Install AgentPump in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

AgentPump in other clients