Governed local-LLM observability: model policy, prompt scanner, capture proxy, 21 tools.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx ai-guardian-aiops
MCP client config
{
"mcpServers": {
"ai-guardian": {
"command": "uvx",
"args": [
"ai-guardian-aiops"
]
}
}
}