Skip to content

fabricator panel mcp for Zed

io.github.philderks/fabricator-panel-mcp

Manage and diagnose Minecraft servers through the self-hosted Fabricator panel.

client:Zed transport:stdio runtime:pypi

Install fabricator panel 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": {
    "fabricator-panel-mcp": {
      "command": "uvx",
      "args": [
        "fabricator-panel-mcp"
      ],
      "env": {
        "FABRICATOR_URL": "<FABRICATOR_URL>",
        "FABRICATOR_TOKEN": "<FABRICATOR_TOKEN>"
      }
    }
  }
}

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

fabricator panel mcp in other clients