Provide high-speed real-time packet capture and network analysis with Rust-powered parsing and threat detection for efficient MCP server use.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wiremcp-rs": {
"command": "cargo",
"args": [
"run",
"--",
"WireMCP-rs"
]
}
}
}
Run in terminal:
claude mcp add wiremcp-rs cargo run -- WireMCP-rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"wiremcp-rs": {
"command": "cargo",
"args": [
"run",
"--",
"WireMCP-rs"
]
}
}
}