server.json•542 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "ai.mcpcap/mcpcap",
"description": "An MCP server for analyzing PCAP files.",
"status": "active",
"repository": {
"url": "https://github.com/mcpcap/mcpcap",
"source": "github"
},
"version": "0.4.4",
"packages": [
{
"registry_type": "pypi",
"registry_base_url": "https://pypi.org",
"identifier": "mcpcap",
"version": "0.4.4",
"transport": {
"type": "stdio"
}
}
]
}