Skip to content
nedlir edited this page Aug 3, 2026 · 1 revision

MCPwner Wiki

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.

Guides

  • Quickstart - start the tool fleet with COMPOSE_PROFILES and 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.

Clone this wiki locally