diff --git a/.mcp.json b/.mcp.json index 7403a462..d59226bf 100644 --- a/.mcp.json +++ b/.mcp.json @@ -7,6 +7,18 @@ "experts": { "command": "/opt/homebrew/bin/mcp-experts", "args": [] + }, + "magic-civ": { + "command": "node", + "args": [ + "/Users/natalie/Code/@projects/@magic-civilization/tooling/claude-player-mcp/dist/index.js" + ], + "env": { + "CP_PLAYERS": "2", + "CP_CLAUDE_SLOT": "0", + "CP_MAP_SIZE": "duel", + "CP_MAP_TYPE": "continents" + } } } }