Servers
MCP Kali Server
@Wh0am123
MCP configuration to connect AI agent to a Linux machine.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-Kali-Server": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}