Skip to content
Gemini CLI

agent-check for Gemini CLI

com.basenull/agent-check

Process monitoring for AI agents: start runs, submit per-task evidence, complete runs.

client:Gemini CLI transport:streamable-http

Install agent-check in Gemini CLI

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

{
  "mcpServers": {
    "agent-check": {
      "httpUrl": "https://agent-check.basenull.com/api/mcp/{token}"
    }
  }
}

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

agent-check in other clients