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
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"civrealm-mcp-server": {
"command": "uvx",
"args": [
"civrealm-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add civrealm-mcp-server uvx civrealm-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"civrealm-mcp-server": {
"command": "uvx",
"args": [
"civrealm-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install civrealm-mcp-server