PromptSpeak Governance for Gemini CLI
io.github.chrbailey/promptspeak
Pre-execution governance for AI agents. Validates tool calls before they execute.
client:Gemini CLI
transport:stdio
runtime:npm
Install PromptSpeak Governance in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"promptspeak": {
"command": "npx",
"args": [
"-y",
"@chrbailey/promptspeak-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs