pepesto mcp for Windsurf
io.github.pepesto-solutions/pepesto-mcp
MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets.
client:Windsurf
transport:stdio
runtime:npm
Install pepesto mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pepesto-mcp": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "<PEPESTO_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs