Skip to content
Zed

mcpcap for Zed

ai.mcpcap/mcpcap

An MCP server for analyzing PCAP files.

client:Zed transport:stdio runtime:pypi

Install mcpcap in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcpcap in other clients