Skip to content
Zed

fabric mcp for Zed

io.github.mpzarde/fabric-mcp

MCP server for Fabric AI patterns

client:Zed transport:stdio runtime:npm

Install fabric mcp 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": {
    "fabric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@angrydad67/fabric-mcp-server"
      ],
      "env": {
        "FABRIC_PATH": "<FABRIC_PATH>",
        "YTDLP_PATH": "<YTDLP_PATH>"
      }
    }
  }
}

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

fabric mcp in other clients