Pump SDK MCP Server for VS Code
io.github.nirholas/pump-fun-sdk
Build extend and maintain pump - Token creation buying selling migration fee collection
client:VS Code
transport:stdio
runtime:npm
Install Pump SDK MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"pump-fun-sdk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pump-fun-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs