mcp prowl for Gemini CLI
io.github.opcastil11/mcp-prowl
Discover, evaluate, and compare SaaS APIs. Agent-verified scores and metrics.
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp prowl in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-prowl": {
"command": "npx",
"args": [
"-y",
"mcp-prowl"
],
"env": {
"PROWL_AGENT_KEY": "<PROWL_AGENT_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs