pumperly mcp for Windsurf
io.github.geiserx/pumperly-mcp
MCP server for Pumperly — query fuel prices, find stations, and plan routes
client:Windsurf
transport:stdio
runtime:npm
Install pumperly mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pumperly-mcp": {
"command": "npx",
"args": [
"-y",
"pumperly-mcp"
],
"env": {
"PUMPERLY_URL": "<PUMPERLY_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs