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