lazy lions mcp for Gemini CLI
io.github.web3kaneco/lazy-lions-mcp
Read the Lazy Lions NFT ecosystem: tokens, traits, rarity, holders, and the $LAZY economy.
client:Gemini CLI
transport:stdio
runtime:npm
Install lazy lions mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lazy-lions-mcp": {
"command": "npx",
"args": [
"-y",
"lazy-lions-mcp"
],
"env": {
"LAZY_LIONS_API_BASE": "<LAZY_LIONS_API_BASE>",
"LAZY_LIONS_TIMEOUT_MS": "<LAZY_LIONS_TIMEOUT_MS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs