api governance for Gemini CLI
io.github.coderifts/api-governance
Signed, offline-verifiable contract-change authorization. Only a granted change can proceed.
client:Gemini CLI
transport:streamable-http
tools:3
Install api governance in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"api-governance": {
"httpUrl": "https://app.coderifts.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