Skip to content

start.gg MCP Server for Zed

io.github.tomo789/startgg-mcp-server

MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams

client:Zed transport:stdio runtime:npm

Install start.gg 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": {
    "startgg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "startgg-mcp-server"
      ],
      "env": {
        "STARTGG_TOKEN": "<STARTGG_TOKEN>",
        "STARTGG_ENABLE_WRITES": "<STARTGG_ENABLE_WRITES>"
      }
    }
  }
}

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

start.gg MCP Server in other clients