Official Registry metadata
mcpcap
An MCP server for analyzing PCAP files.
47Recommendation
Configure in your coding agent
Copy this metadata-derived example, review it, and add secrets only through environment variables on your own machine.
~/.codex/config.toml or codex mcp addRun this command locally. Review package commands before confirming execution.
codex mcp add 'ai-mcpcap-mcpcap-fcf80713' -- 'uvx' 'mcpcap==0.9.6'
.mcp.jsonAdd this entry to the project-level mcpServers object.
{
"mcpServers": {
"ai-mcpcap-mcpcap-fcf80713": {
"args": [
"mcpcap==0.9.6"
],
"command": "uvx"
}
}
}.cursor/mcp.jsonKeep secret values as environment-variable references.
{
"mcpServers": {
"ai-mcpcap-mcpcap-fcf80713": {
"args": [
"mcpcap==0.9.6"
],
"command": "uvx"
}
}
}.vscode/mcp.jsonReview the generated server entry before enabling it.
{
"servers": {
"ai-mcpcap-mcpcap-fcf80713": {
"args": [
"mcpcap==0.9.6"
],
"command": "uvx",
"type": "stdio"
}
}
}~/.gemini/settings.jsonAdd this entry to mcpServers and keep trust disabled initially.
{
"mcpServers": {
"ai-mcpcap-mcpcap-fcf80713": {
"args": [
"mcpcap==0.9.6"
],
"command": "uvx",
"trust": false
}
}
}Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
Declared requirements
Risk signals
- Runs a local package through stdio