mcpcap for Cursor
ai.mcpcap/mcpcap
An MCP server for analyzing PCAP files.
client:Cursor
transport:stdio
runtime:pypi
Install mcpcap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpcap": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpcap"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs