From d1ebb32437d709804aa7fcb657ffbbed3e08c59a Mon Sep 17 00:00:00 2001 From: 26048608982lp-ai <26048608982lp@gmail.com> Date: Sun, 13 Sep 2026 15:28:32 +0800 Subject: [PATCH] Add gamenumerics (game numerical design & balance auditing MCP server) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 466066e3b..d46bd5f98 100644 --- a/README.md +++ b/README.md @@ -2399,6 +2399,7 @@ px goldbean-mcp\. Integration with gaming related data, game engines, and services +- [26048608982lp-ai/gamenumerics](https://github.com/26048608982lp-ai/gamenumerics) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - MCP server for game numerical design & balance auditing: import xlsx config tables, audit growth curves, simulate battle/gacha, and reverse-engineer spreadsheet formulas β€” 17 deterministic tools, zero LLM guessing (npm: [mcp-server-gamenumerics](https://www.npmjs.com/package/mcp-server-gamenumerics)). - [3aKHP/prts-mcp](https://github.com/3aKHP/prts-mcp) [![3aKHP/prts-mcp MCP server](https://glama.ai/mcp/servers/3aKHP/prts-mcp/badges/score.svg)](https://glama.ai/mcp/servers/3aKHP/prts-mcp) 🐍 πŸ“‡ ☁️ 🏠 - MCP Server for [Arknights](https://www.arknights.global/), querying the [PRTS Wiki](https://prts.wiki) API and serving auto-synced operator archives and voice lines from game data. Designed for fan-creation (εŒδΊΊε‰΅δ½œ) AI agents. Python (stdio/Docker) and TypeScript (Streamable HTTP) implementations. - [antics-gg/antics-mcp](https://github.com/antics-gg/antics-mcp) [![antics-gg/antics-mcp MCP server](https://glama.ai/mcp/servers/antics-gg/antics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antics-gg/antics-mcp) πŸ“‡ ☁️ - Deploy a single-file HTML game to a shareable multiplayer URL with rooms, state sync, and leaderboards. No backend or player accounts. - [beckettlab/beckett-godot-mcp](https://github.com/beckettlab/beckett-godot-mcp) [![beckett-godot-mcp MCP server](https://glama.ai/mcp/servers/beckettlab/beckett-godot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/beckettlab/beckett-godot-mcp) 🏠 🍎 πŸͺŸ 🐧 - Beckett β€” MCP for Godot: a zero-sidecar GDScript editor addon that serves MCP over Streamable HTTP from inside the Godot 4 editor (no Node/Python sidecar). Reflection over any class, validate-before-write GDScript, scene/script/resource authoring, and a runtime play-test loop (play, screenshot, input, assert). MIT.