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
{
"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