{ "mcpServers": { "hermes-local": { "command": "python", "args": ["-m", "hermes_local_mcp"], "env": { "PYTHONPATH": "." }, "description": "Local HERMES MCP server with core features (dignities, profections, lots)" }, "hermes-modal": { "command": "modal", "args": ["serve", "mcp_server.py"], "env": {}, "description": "Modal serverless MCP server for advanced time-lord calculations" }, "astroseek": { "command": "python", "args": ["-m", "astroseek_mcp"], "env": { "PYTHONPATH": "." }, "description": "Astroseek.com chart integration via web scraping" }, "astrodienst": { "command": "python", "args": ["-m", "astrodienst_mcp"], "env": { "PYTHONPATH": "." }, "description": "Astro.com classical Hellenistic chart generator" }, "gemini": { "command": "python", "args": ["-m", "gemini_mcp"], "env": { "PYTHONPATH": ".", "GOOGLE_API_KEY": "${GOOGLE_API_KEY}" }, "description": "Google Gemini AI for natural language astrology conversations" } }, "settings": { "default_server": "hermes-local", "fallback_chain": ["hermes-modal", "hermes-local"], "cache_ephemeris": true, "rate_limits": { "astroseek": 1.0, "astrodienst": 2.0, "gemini": 0.5 } } }