Skip to content
Gemini CLI

MCP Agent Health Reporter for Gemini CLI

io.github.aos-standard/mcp-agent-health

Advisory AOS agent health scan before deployment (manifest, services, immune loop, evidence).

client:Gemini CLI transport:stdio runtime:pypi

Install MCP Agent Health Reporter in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-agent-health": {
      "command": "uvx",
      "args": [
        "mcp-agent-health"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MCP Agent Health Reporter in other clients