rug munch mcp for Gemini CLI
io.github.amarodeabreu/rug-munch-mcp
Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.
client:Gemini CLI
transport:stdio
runtime:pypi
Install rug munch mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rug-munch-mcp": {
"command": "uvx",
"args": [
"rug-munch-mcp"
],
"env": {
"RUG_MUNCH_API_KEY": "<RUG_MUNCH_API_KEY>",
"RUG_MUNCH_API_BASE": "<RUG_MUNCH_API_BASE>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs