A full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-infra-guard": {
"command": "uvx",
"args": [
"ai-infra-guard"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-infra-guard uvx ai-infra-guard
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-infra-guard": {
"command": "uvx",
"args": [
"ai-infra-guard"
]
}
}
}
📋 Copy
Or install with pip: pip install ai-infra-guard