Skip to content
Zed

BoardGameGeek MCP Server for Zed

io.github.kkjdaniel/bgg-mcp

BoardGameGeek MCP server providing access to BGG API data through standardized tools

client:Zed transport:stdio runtime:oci

Install BoardGameGeek MCP Server 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": {
    "bgg-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/kdaniel/bgg-mcp:1.6.1"
      ],
      "env": {
        "BGG_API_KEY": "<BGG_API_KEY>",
        "BGG_COOKIE": "<BGG_COOKIE>",
        "BGG_USERNAME": "<BGG_USERNAME>"
      }
    }
  }
}

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

BoardGameGeek MCP Server in other clients