project_astro
by whit3rabbit0 · Python · ★ 42
MCP Server and Kali API Server- With Claude Desktop Integ
Install
pip install git+https://github.com/whit3rabbit0/project_astro.git Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"project-astro": {
"command": "uvx",
"args": [
"git+https://github.com/whit3rabbit0/project_astro.git"
]
}
}
} From the README
A Model Context Protocol (MCP) server that connects Claude for Desktop with Kali Linux security tools, enabling AI-assisted penetration testing
This project consists of two main components:
1. **MCP Server** (): Implements the Model Context Protocol to connect Claude for Desktop with the Kali Linux tools API. It provides capabilities, prompts, and context to help Claude understand how to use the Kali tools effectively.
2. **Kali Linux API Server** (): A Flask application that provides API endpoints for executing various Kali Linux security tools. It handles the actual execution of commands…
Read full README on GitHub →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related security servers
servers
modelcontextprotocol
Official ★ 84,814
Model Context Protocol Servers
Security · TypeScript
typescript-sdk
modelcontextprotocol
Official ★ 12,307
The official TypeScript SDK for Model Context Protocol servers and clients
Security · TypeScript
grafbase
grafbase
★ 1,228
[Acquired by The Guild] The Grafbase GraphQL Federation Gateway
Security · Rust
vulnerable-mcp-servers-lab
appsecco
★ 255
A collection of servers which are deliberately vulnerable to learn Pentesting MCP Servers.
Security · JavaScript
claude-ai-mcp
anthropics
Official ★ 236
claude-ai-mcp — MCP server.
Security
dedalus-mcp-python
dedalus-labs
★ 154
A simple and performant Model Context Protocol framework for Python.
Security · Python