abell for Gemini CLI
io.github.abelljs/abell
AI tools related to Abell. Currently includes MCP of Abell
client:Gemini CLI
transport:stdio
runtime:npm
Install abell in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"abell": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs