The Game Crafter for Windsurf
io.github.alex-gon/thegamecrafter
Design, manage, and price tabletop games on The Game Crafter via MCP.
client:Windsurf
transport:stdio
runtime:npm
Install The Game Crafter in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs