cai-ollama-phi-docker-mcp

BugMentor/cai-ollama-phi-docker-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
This is a powerful, open-source BugMentor project that containerizes the CAI (Cybersecurity AI) agent with Ollama and the phi model. It provides both a generic security scanner for any project and a fully-featured MCP (Model Context Protocol) server with automated intelligence reporting.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cai-ollama-phi-docke": {
      "command": "uvx",
      "args": [
        "cai-ollama-phi-docker-mcp"
      ]
    }
  }
}

Or install with pip: pip install cai-ollama-phi-docker-mcp