pumperly mcp for Zed
io.github.geiserx/pumperly-mcp
MCP server for Pumperly — query fuel prices, find stations, and plan routes
client:Zed
transport:stdio
runtime:npm
Install pumperly mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pumperly-mcp": {
"command": "npx",
"args": [
"-y",
"pumperly-mcp"
],
"env": {
"PUMPERLY_URL": "<PUMPERLY_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs