Nephyr Wallets for Gemini CLI
io.github.clm-studios/nephyr-wallets
Smart money tracking — discover, score, and analyze top Polymarket wallets
client:Gemini CLI
transport:stdio
runtime:pypi
Install Nephyr Wallets in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nephyr-wallets": {
"command": "uvx",
"args": [
"nephyr-wallets"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs