civrealm-mcp-server

jrbarkin/civrealm-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
An MCP server exposing a CivRealm/Freeciv environment as seven tools, plus a harness that runs a single LLM through the game under per-turn JSON Schema constraints
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "civrealm-mcp-server": {
      "command": "uvx",
      "args": [
        "civrealm-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install civrealm-mcp-server