HomeDesign & Media › gamenumerics

gamenumerics

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

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-16 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y mcp-server-gamenumerics@0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "gamenumerics": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-gamenumerics@0.1.2"
      ],
      "env": {
        "GND_WORKSPACES_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • GND_WORKSPACES_DIR — Workspace root directory where imported xlsx tables land (default: ~/.gamenumerics/workspaces)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry