Back to MCP Servers
Intruder
MCP server to access [Intruder](https://www.intruder.io/), helping you identify, understand, and fix security vulnerabilities in your infrastructure.
security
By intruder-io
Installation
npx -y intruder-mcpConfiguration
{
"mcpServers": {
"intruder-mcp": {
"command": "npx",
"args": ["-y", "intruder-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes