Intruder MCP
Let MCP clients like Claude and Cursor control Intruder. For more information and sample use cases, please see our blog post.
Installation
There are three ways to use the MCP server:
- Through smithery
- Locally on your machine with Python
- In a Docker container
All of these methods require you to provide an Intruder API key. To generate a key, see the documentation.
Smithery
Follow the instructions on smithery.
Running Locally
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"
}
}
}
}
Running in a Container
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"
]
}
}
}
Intruder
Project Details
- intruder-io/intruder-mcp
- BSD 3-Clause "New" or "Revised" License
- Last Updated: 6/12/2025
Recomended MCP Servers
An MCP tool that provides AI with the ability to compress and decompress local files.
MCP server for fetching, parsing and crawling sitemaps of a given website
The open-source reactive database for app developers
支持查询主流agent框架技术文档的MCP server(支持stdio和sse两种传输协议), 支持 langchain、llama-index、autogen、agno、openai-agents-sdk、mcp-doc、camel-ai 和 crew-ai
A Model Context Protocol Server for MongoDB
MCP server for interacting with the Prefect API
MCP implementation to interface with linode api
A zero-config VS Code database extension with affordances to aid development and debugging.
An MCP (Model Context Protocol) server that provides Ethereum blockchain data tools via Etherscan's API. Features include checking...
An MCP server to wrap ripgrep





