Skip to content
Windsurf

start.gg MCP Server for Windsurf

io.github.tomo789/startgg-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install start.gg MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "startgg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "startgg-mcp-server"
      ],
      "env": {
        "STARTGG_TOKEN": "<STARTGG_TOKEN>",
        "STARTGG_ENABLE_WRITES": "<STARTGG_ENABLE_WRITES>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

start.gg MCP Server in other clients