- Home
- MCP servers
- Kali SSE
Kali SSE
- python
1
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"liyue1000-kali_sse": {
"command": "python",
"args": [
"-m",
"kali_sse.server"
]
}
}
}You can run and connect to a Kali SSE MCP server that provides real-time command execution with security, intelligent features, and scalable client support. It uses a standard MCP interface to accept, validate, and execute commands, returning live status and results to connected clients.
How to use
To use the server, start it locally or connect from a client over the MCP interface. You can run the server directly or pass a configuration file to customize runtime behavior. Once started, you connect with an MCP client to send commands, observe real-time execution status via an event stream, and receive results or logs as commands run. Ensure your client respects the server’s safety measures, including command validation, RBAC permissions, and proper auditing.