Report Needs MCP Server for Gemini CLI
io.github.jarvisonm4/report-needs
MCP server for AI agents to report infrastructure needs they encounter during task execution
client:Gemini CLI
transport:stdio
runtime:pypi
Install Report Needs MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"report-needs": {
"command": "uvx",
"args": [
"report-needs"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs