mcp-noctua
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-noctuascan example.com for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-noctua
🇬🇧 English · 🇫🇷 Français
An MCP server (stdio) that exposes a pentest toolbox to a strong LLM orchestrator (Claude Code, interactive), to run authorized security audits.
A clean rewrite inspired by the Darkmoon MCP (GPL v3) with no code copied → CeCILL-B license, zero GPL debt. What's reused is the toolbox (sqlmap, nuclei, ffuf, httpx, naabu, katana, whatweb…); the fragile orchestration (opencode + local model) is dropped and replaced by a strong brain that verifies.
Architecture
[Claude Code] --stdio--> [mcp-noctua (host)] --docker.sock--> [darkmoon container = toolbox]
(the brain) (controlled gateway) (sqlmap, nuclei, ffuf…)mcp-noctua reuses the darkmoon container (ascit/darkmoon:latest) as its
toolbox, invoking it via docker.sock. Invoking tools inside a container is not a
derivative work → no license concern. The container is kept alive; noctua starts
it if it's stopped before a run.
Related MCP server: Kali MCP Pentest Server
Exposed MCP tools
Tool | Role |
| Run a whitelisted tool in the toolbox. |
| Bounded crawl (katana). |
| naabu + httpx, bounded. |
| nuclei, bounded. |
| Tools available in the toolbox. |
| Toolbox container state (running / started / not found). |
Guard-rails
Strict allow-list of tools; dangerous patterns blocked (
rm -rf, fork bomb, exfil…).A timeout that actually kills the process inside the toolbox (fixes the Darkmoon flaw).
Authorized testing only; the operator validates every target.
Configuration (.env)
See .env.example. Keys: DOCKER_CONTAINER_NAME, NOCTUA_TIMEOUT,
NOCTUA_REPORTS_DIR, NOCTUA_COMPOSE_DIR, DEBUG.
Install
git clone https://github.com/NeveuGregor/mcp-noctua.git
cd mcp-noctua
python3 -m venv venv && source venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env # adjust as needed
pytestRegister in ~/.claude.json as a stdio MCP server:
venv/bin/python -m src.main (cwd = mcp-noctua).
License
CeCILL-B — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables LLMs to execute common security testing tools like nmap, sqlmap, hydra, and metasploit through a secure Docker container. Provides controlled access to penetration testing utilities with configurable timeouts and tool discovery capabilities.
- Flicense-qualityBmaintenanceEnables users to perform security testing and penetration testing tasks through a Docker-based API that provides access to popular security tools like nmap, nikto, sqlmap, wpscan, dirb, and searchsploit. Designed for educational purposes with input sanitization and non-root execution for safer pentesting workflows.
- Flicense-qualityCmaintenanceProvides a secure interface for AI assistants to interact with penetration testing tools like nmap, hydra, sqlmap, and nikto for educational cybersecurity purposes. Includes input sanitization and runs in a Docker container with Kali Linux tools for authorized testing scenarios.
- FlicenseAqualityDmaintenanceEnables AI assistants to perform authorized penetration testing and security assessments by exposing 20+ Kali Linux security tools (nmap, sqlmap, gobuster, hydra, etc.) through a safe, validated interface with command allowlists, rate limiting, and input sanitization.191
Related MCP Connectors
Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.
Runtime permission, approval, and audit layer for AI agent tool execution.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/NeveuGregor/mcp-noctua'
If you have feedback or need assistance with the MCP directory API, please join our Discord server