mcp-aegis

onurege3467/mcp-aegis
★ 0 stars Python 🔒 Security Updated 1d ago
MCP server for AI agents — security scanning, secret detection, dependency audit, and license checks through one unified interface
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": {
    "mcp-aegis": {
      "command": "uvx",
      "args": [
        "mcp-aegis"
      ]
    }
  }
}

Or install with pip: pip install mcp-aegis