Skip to content
Gemini CLI

checkmcp for Gemini CLI

io.github.h129hj/checkmcp

Audit any MCP server's security & quality — OWASP MCP Top 10 + explainable 0-100 MCP Score

client:Gemini CLI transport:stdio runtime:pypi

Install checkmcp in Gemini CLI

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

{
  "mcpServers": {
    "checkmcp": {
      "command": "uvx",
      "args": [
        "audit-mcp"
      ]
    }
  }
}

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

checkmcp in other clients