MANDATE Credential Broker for Gemini CLI
io.github.projetnanocorp/mandate
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
client:Gemini CLI
transport:streamable-http
tools:11
Install MANDATE Credential Broker in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mandate": {
"httpUrl": "https://mandate.nanocorp.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs