fizzy for Zed
io.github.davegomez/fizzy
MCP server for Fizzy task management
client:Zed
transport:stdio
runtime:npm
Install fizzy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fizzy": {
"command": "npx",
"args": [
"-y",
"@silky/fizzy-mcp"
],
"env": {
"FIZZY_TOKEN": "<FIZZY_TOKEN>",
"FIZZY_BASE_URL": "<FIZZY_BASE_URL>",
"FIZZY_ACCOUNT": "<FIZZY_ACCOUNT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs