Loading MCP server directory, please wait...
Authorization-gated MCP server to discover and run 670+ security tools for CTF, pentest, and DFIR.
npx @getmcp/cli add io.github.26zl/cybersec-toolkitRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.26zl/cybersec-toolkit": {
"command": "docker",
"args": [
"uv",
"run",
"-i",
"--rm",
"-e",
"CYBERSEC_MCP_ALLOW_EXTERNAL",
"-e",
"CYBERSEC_MCP_ALLOW_SCRIPTS",
"ghcr.io/26zl/cybersec-toolkit:1.1.1",
"run",
"--directory",
"mcp_server",
"fastmcp",
"run",
"server.py",
"--transport",
"stdio",
"--no-banner"
],
"env": {
"CYBERSEC_MCP_ALLOW_EXTERNAL": "0",
"CYBERSEC_MCP_ALLOW_SCRIPTS": "0"
}
}
}
}