Google PageRank for AI agents. 25,000+ tools indexed.

kali-mcp by Hannes221

#447 of 1780 by Hannes221
45 score

Provides an MCP interface to a full Kali Linux environment running in Docker, enabling AI assistants to execute security tools like nmap, sqlmap, and metasploit. It allows users to start/stop the container, run shell commands, and transfer files for security testing and educational purposes.

Ranked #447 out of 1780 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 73
Freshness today
Issue Health 50%
Stars 2
Platform Breadth 1 platform
Contributors 1
Description Detailed

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for kali-mcp by Hannes221
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-Hannes221--kali-mcp)](https://agentrank-ai.com/skill/glama-Hannes221--kali-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-Hannes221--kali-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-Hannes221--kali-mcp" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# kali-mcp

An MCP server that gives AI assistants access to a full Kali Linux environment running in Docker. Connect it to Claude Desktop, Claude Code, or any MCP-compatible client and let the AI run security tools like nmap, sqlmap, hydra, nikto, gobuster, and more.

## How it works

```
Claude <--stdio--> MCP Server <--Docker API--> Kali Linux Container
```

The MCP server manages a Docker container running Kali Linux. It exposes tools that let the AI start/stop the container, execute commands, and transfer files — all through the [Model Context Protocol](https://modelcontextprotocol.io).

## Tools

| Tool | Description |
|---|---|
| `container_start` | Start the Kali Linux container |
| `container_stop` | Stop and remove the container |
| `container_status` | Check if the container is running |
| `execute_command` | Run any shell command inside Kali |
| `upload_file` | Write a file to the container |
| `download_file` | Read a file from the container |
| `list_files` | List directo
Read full README on GitHub →