Skip to content
Cursor

AI Guardian for Cursor

io.github.aiops-tools/ai-guardian

Governed local-LLM observability: model policy, prompt scanner, capture proxy, 21 tools.

client:Cursor transport:stdio runtime:pypi

Install AI Guardian in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ai-guardian": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai-guardian-aiops"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AI Guardian in other clients