intruder-io/intruder-mcp
MCP server to access [Intruder](https://www.intruder.io/), helping you identify, understand, and fix security vulnerabilities in your infrastructure.
Quick Start
Clone the repository:
git clone https://github.com/intruder-io/intruder-mcpClaude Desktop configuration example:
{
"mcpServers": {
"intruder-mcp": {
"command": "npx",
"args": [
"-y",
"intruder-io/intruder-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.