chia explorer for Gemini CLI
io.github.spacetime-technology/chia-explorer
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
client:Gemini CLI
transport:stdio
runtime:npm
Install chia explorer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"chia-explorer": {
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs