-
Notifications
You must be signed in to change notification settings - Fork 8
Home
nedlir edited this page Aug 3, 2026
·
1 revision
MCPwner is two layers: an MCP server (src/, tool routing) that speaks the Model Context
Protocol, and a fleet of Docker tool containers (docker/) wrapping security tools - SAST,
SCA, secrets, reconnaissance, DAST, fuzzing, IaC, and runtime utilities. Point any MCP-capable
client at the server and the tools become callable MCP tools.
-
Quickstart - start the tool fleet with
COMPOSE_PROFILESand wire the MCP server into your client. -
Configuration -
.env/COMPOSE_PROFILES,config.yaml, and the tool port map. - Troubleshooting - missing tools, unhealthy containers, and image-build failures.
- Adding a Tool - wire a new scanner container into the fleet and the tool registry.
Contributing? See CONTRIBUTING.md for code style, pre-commit hooks, and tests.