Skip to content
Zed

snowfakery mcp for Zed

io.github.composable-delivery/snowfakery-mcp

MCP server for authoring, analyzing, debugging, and running Snowfakery recipes

client:Zed transport:stdio runtime:pypi

Install snowfakery mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "snowfakery-mcp": {
      "command": "uvx",
      "args": [
        "snowfakery-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

snowfakery mcp in other clients