AgentPump for Cursor
io.github.pact-layer/agentpump
Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents.
client:Cursor
transport:stdio
runtime:npm
Install AgentPump in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentpump": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentpump/mcp"
],
"env": {
"AGENTPUMP_TOKEN": "<AGENTPUMP_TOKEN>",
"AGENTPUMP_BASE": "<AGENTPUMP_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs