Let AI agents run nmap, metasploit, sqlmap, hydra and more in parallel — MCP server built for pentesting and CTF
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kali-mcp-go": {
"command": "go",
"args": [
"run",
"github.com/found-cake/kali-mcp-go@latest"
]
}
}
}
Run in terminal:
claude mcp add kali-mcp-go go run github.com/found-cake/kali-mcp-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"kali-mcp-go": {
"command": "go",
"args": [
"run",
"github.com/found-cake/kali-mcp-go@latest"
]
}
}
}