numerology api for Gemini CLI
io.github.ghdejr11-beep/numerology-api
Deterministic Pythagorean numerology MCP. Life Path, Destiny, Soul Urge, compatibility. No API key.
client:Gemini CLI
transport:streamable-http
tools:4
Install numerology api in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"numerology-api": {
"httpUrl": "https://numerology-api.kunstudio.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs