fizzy for Windsurf
io.github.davegomez/fizzy
MCP server for Fizzy task management
client:Windsurf
transport:stdio
runtime:npm
Install fizzy in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"fizzy": {
"command": "npx",
"args": [
"-y",
"@silky/fizzy-mcp"
],
"env": {
"FIZZY_TOKEN": "<FIZZY_TOKEN>",
"FIZZY_BASE_URL": "<FIZZY_BASE_URL>",
"FIZZY_ACCOUNT": "<FIZZY_ACCOUNT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs