Skip to content
VS Code

agentpump mcp for VS Code

io.github.axiosdevs/agentpump-mcp

Launch & trade tokens on AgentPump, a Solana bonding-curve launchpad, from your AI agent.

client:VS Code transport:stdio runtime:npm

Install agentpump mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentpump-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentpump-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentpump mcp in other clients