Skip to content
VS Code

gamenumerics for VS Code

io.github.26048608982lp-ai/gamenumerics

Game numerical design & balance auditing MCP server — 17 deterministic tools, zero LLM guessing.

client:VS Code transport:stdio runtime:npm

Install gamenumerics in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "gnd-workspaces-dir",
      "description": "GND_WORKSPACES_DIR",
      "password": true
    }
  ],
  "servers": {
    "gamenumerics": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-gamenumerics"
      ],
      "env": {
        "GND_WORKSPACES_DIR": "${input:gnd-workspaces-dir}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

gamenumerics in other clients