AgentPump for Grok
io.github.pact-layer/agentpump
Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents.
client:Grok
transport:stdio
runtime:npm
Install AgentPump in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentpump": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentpump/mcp"
],
"env": {
"AGENTPUMP_TOKEN": "<AGENTPUMP_TOKEN>",
"AGENTPUMP_BASE": "<AGENTPUMP_BASE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs