Skip to content
Gemini CLI

MCPAmpel - MCP Security Scanner for Gemini CLI

io.github.diemoeve/mcpampel

Scan installed MCP servers for security vulnerabilities with 16 detection engines.

client:Gemini CLI transport:stdio runtime:pypi

Install MCPAmpel - MCP Security Scanner in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcpampel": {
      "command": "uvx",
      "args": [
        "mcpampel"
      ],
      "env": {
        "MCPAMPEL_API_KEY": "<MCPAMPEL_API_KEY>"
      }
    }
  }
}

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

MCPAmpel - MCP Security Scanner in other clients