Skip to content
Zed

The Game Crafter for Zed

io.github.alex-gon/thegamecrafter

Design, manage, and price tabletop games on The Game Crafter via MCP.

client:Zed transport:stdio runtime:npm

Install The Game Crafter 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": {
    "thegamecrafter": {
      "command": "npx",
      "args": [
        "-y",
        "@alex-gon/tgc-mcp-server"
      ],
      "env": {
        "TGC_API_KEY_ID": "<TGC_API_KEY_ID>",
        "TGC_USERNAME": "<TGC_USERNAME>",
        "TGC_PASSWORD": "<TGC_PASSWORD>",
        "TGC_API_BASE": "<TGC_API_BASE>",
        "TGC_UPLOAD_BASE_DIR": "<TGC_UPLOAD_BASE_DIR>"
      }
    }
  }
}

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

The Game Crafter in other clients