MCP server for Caido proxy integration. Enables AI assistants like Claude Code to browse, analyse, and interact with HTTP traffic.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"caido-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/c0tton-fluff/caido-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add caido-mcp-server go run github.com/c0tton-fluff/caido-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"caido-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/c0tton-fluff/caido-mcp-server@latest"
]
}
}
}