loading…
Search for a command to run...
loading…
MCP server to access [Intruder](https://www.intruder.io/), helping you identify, understand, and fix security vulnerabilities in your infrastructure.
MCP server to access Intruder, helping you identify, understand, and fix security vulnerabilities in your infrastructure.
Let MCP clients like Claude and Cursor control Intruder. For more information and sample use cases, please see our blog post.
There are two ways to use the MCP server:
All of these methods require you to provide an Intruder API key. To generate a key, see the documentation.
Install uv if it isn't already present, and then clone this repository and run the following from the root directory:
uv venv
uv pip install -e .
Then, add the following to your MCP client configuration, making sure to fill in your API key, and update the path to where you have cloned this repository:
{
"mcpServers": {
"intruder": {
"command": "uv",
"args": [
"--directory",
"path/to/intruder-mcp/intruder_mcp",
"run",
"server.py"
],
"env": {
"INTRUDER_API_KEY": "your-api-key"
}
}
}
}
Add the following to your MCP client configuration, making sure to fill in your API key:
{
"mcpServers": {
"intruder": {
"command": "docker",
"args": [
"container",
"run",
"--interactive",
"--rm",
"--init",
"--env",
"INTRUDER_API_KEY=<your-api-key>",
"ghcr.io/intruder-io/intruder-mcp"
]
}
}
}
Run in your terminal:
claude mcp add intruder-io-intruder-mcp -- npx pro tip
Just installed intruder-io/intruder-mcp? Say to Claude: "remember why I installed intruder-io/intruder-mcpand what I want to try" — it'll save into your Vault.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.