Skip to content
Gemini CLI

mcpcap for Gemini CLI

ai.mcpcap/mcpcap

An MCP server for analyzing PCAP files.

client:Gemini CLI transport:stdio runtime:pypi

Install mcpcap in Gemini CLI

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

{
  "mcpServers": {
    "mcpcap": {
      "command": "uvx",
      "args": [
        "mcpcap"
      ]
    }
  }
}

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

mcpcap in other clients