Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

fizzy in other clients