Skip to content
Cursor

gamenumerics for Cursor

io.github.26048608982lp-ai/gamenumerics

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

client:Cursor transport:stdio runtime:npm

Install gamenumerics in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "gamenumerics": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-gamenumerics"
      ],
      "env": {
        "GND_WORKSPACES_DIR": "<GND_WORKSPACES_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gamenumerics in other clients