Skip to main content
Glama

intruder-mcp

Official

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" ] } } }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Let MCP clients like Claude and Cursor control Intruder.IO

  1. Installation
    1. Smithery
    2. Running Locally
    3. Running in a Container

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
    Last updated -
    6
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    Allows Claude and other AI assistants to interact with Docker through the MCP protocol, enabling container and image management including listing, running, stopping, and pulling Docker resources.
    Last updated -
    2
    JavaScript
    • Apple
  • A
    security
    A
    license
    A
    quality
    MCP server for "taming the Claude" with structured task queues.
    Last updated -
    13
    572
    4
    TypeScript
    MIT License
    • Linux
    • Apple
  • -
    security
    -
    license
    -
    quality
    An MCP server that integrates various penetration testing tools, enabling security professionals to perform reconnaissance, vulnerability scanning, and API testing through natural language commands in compatible LLM clients like Claude Desktop.
    Last updated -
    1
    Python

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/intruder-io/intruder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server