Skip to content
Zed

Pump SDK MCP Server for Zed

io.github.nirholas/pump-fun-sdk

Build extend and maintain pump - Token creation buying selling migration fee collection

client:Zed transport:stdio runtime:npm

Install Pump SDK MCP Server in Zed

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

{
  "context_servers": {
    "pump-fun-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "pump-fun-mcp"
      ]
    }
  }
}

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

Pump SDK MCP Server in other clients