ALEETH Authority MCP for Gemini CLI
com.aleeth/authority-mcp
The first MCP governed by ICA. Every action is gated and sealed with a verifiable receipt.
client:Gemini CLI
transport:streamable-http
Install ALEETH Authority MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"authority-mcp": {
"httpUrl": "https://mcp.aleeth.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs