Skip to content
Zed

prefab for Zed

io.prefabapp/prefab

List, create and deploy your Prefab project templates from any MCP agent.

client:Zed transport:stdio runtime:npm

Install prefab in Zed

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

{
  "context_servers": {
    "prefab": {
      "command": "npx",
      "args": [
        "-y",
        "prefab-mcp"
      ]
    }
  }
}

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

prefab in other clients