
ramibot
by RamiBotAI·★ 20·Score 43
RamiBot is a local-first AI security platform with MCP integration for red/blue team operations.
Overview
RamiBot combines AI reasoning with cybersecurity tools through MCP protocol, featuring multi-LLM support, Docker integration, and a structured security skill pipeline. The platform offers controlled tool execution through MCP servers like rami-kali with 45+ pentesting tools. It includes unique features like evidence-locked reporting, tool approval gates, and Tor proxy management for comprehensive security operations workflows.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose RamiBot when you need AI assistance in security operations with real tool execution in controlled environments, especially for red/blue team workflows that require human oversight for sensitive operations.
When NOT to choose this
Don't choose RamiBot if you need cloud-based SaaS solutions without Docker dependency, or if you require rapid deployment without containerization overhead.
Tools this server exposes
12 tools extracted from the READMEreconSecurity reconnaissance tool for port scanning, subdomain enumeration, and DNS queries
exploitExploitation tool for running payloads and achieving remote code execution
defenseSecurity defense tool for hardening systems and mitigating threats
analysisSecurity analysis tool for examining logs, traffic, and forensic data
reportingSecurity reporting tool for generating structured security reports
burp_expertBurp Suite integration for web application security testing
docker_terminalAccess Docker container terminal for running commands
tor_proxyManage Tor proxy connection for anonymous browsing
cve_queryQuery CVE database for vulnerability information
skill_pipelineAutomatically select and execute appropriate security skill based on context
mcp_toolExecute MCP-integrated security tools
export_pdfExport security findings to PDF format
Note: Tools were inferred from the skill system documentation and feature descriptions. The README mentions MCP tool integration and various security tools but doesn't provide a complete list of MCP tool names with exact signatures. The tools lis
Comparable tools
Installation
Installation
**Requirements:** Python 3.9+, Node.js 18+, npm, Docker Desktop
**One-command install (recommended):**
git clone <repository-url>
cd ramibot
# Linux / macOS
bash install.sh
# Windows
install.bat**Manual install:**
- Clone and navigate to the repository
- Backend:
cd backend; python -m venv .venv; .venv\Scripts\activate (Windows) or source .venv/bin/activate (Unix); pip install -r requirements.txt - Frontend:
cd frontend; npm install - Run:
bash start.sh(Unix) orstart.bat(Windows)
**Settings:** Edit backend/settings.json to add your API keys.
Compare ramibot with
Last updated · Auto-generated from public README + GitHub signals.