mcpbeat Sign in

Gamenumerics MCP Server

by 26048608982lp-ai Your server? Claim it
local only

Gamenumerics runs on your own machine — the client starts it, so there is no endpoint to ping. 897 installs a week from npm. Last commit 16 Sep 2026.

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

897
Installs / week
npm · mcp-server-gamenumerics
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository 26048608982lp-ai/gamenumerics
пакет mcp-server-gamenumerics ссылается на 26048608982lp-ai/aigamedesign

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gamenumerics -- npx -y mcp-server-gamenumerics
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gamenumerics": {
      "args": [
        "-y",
        "mcp-server-gamenumerics"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gamenumerics]
command = "npx"
args = ["-y", "mcp-server-gamenumerics"]
.cursor/mcp.json
{
  "mcpServers": {
    "gamenumerics": {
      "args": [
        "-y",
        "mcp-server-gamenumerics"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gamenumerics": {
      "args": [
        "-y",
        "mcp-server-gamenumerics"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GND_WORKSPACES_DIR (Workspace root directory where imported xlsx tables land (default: ~/.gamenumerics/workspaces)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gamenumerics

same job, measured the same way
gnomon
by lihtness

Deterministic batch tools so LLM agents stop guessing dates and math.

89 installs/wk local only
Warm Night Fishing (暖夜垂钓)
by aevia

Free blind-play night-fishing game over MCP. Deterministic engine, zero LLM calls, save codes.

5 tools answering
Vector Mirror
by c64dos-png

Deterministic SVG perception for LLM agents — measures, never guesses. MCP server.

32 installs/wk local only
Runtime
by formatho

Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.

26 tools answering
Brotato Coach
by brendanlefebvre

Deterministic Brotato theorycrafter MCP server: facts and math, not guesses.

169 installs/wk local only
Brotato Coach
by brendanl79

Deterministic Brotato theorycrafter MCP server: facts and math, not guesses.

local only
ChainWeaver
by dgenio

Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps.

132 installs/wk local only
kcp-harness — KCP compliance proxy
by cantara

MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.

79 installs/wk local only

Gamenumerics — questions

Answers built from our own checks of this server.

Why is there no uptime for Gamenumerics?
Gamenumerics runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-gamenumerics was installed 897 times last week.
How do I connect Gamenumerics?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-gamenumerics straight from npm; nothing to host, nothing to sign up for.
How many people use Gamenumerics?
The npm package mcp-server-gamenumerics was installed 897 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gamenumerics open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.