AI-Cybersecurity-MCP-Server

AG-A-git/AI-Cybersecurity-MCP-Server
★ 0 stars Python Security Updated 1d ago
AI Powered multi language static code vulnerability analyzer using MCP Server and Llama 3
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-cybersecurity-mcp": {
      "command": "uvx",
      "args": [
        "ai-cybersecurity-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ai-cybersecurity-mcp-server