Proxy AIops for Grok
io.github.aiops-tools/proxy-aiops
Governed Traefik + Caddy + HAProxy ops: routes, upstreams, certs, 5xx RCA. 28 tools.
client:Grok
transport:stdio
runtime:pypi
Install Proxy AIops in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"proxy-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"proxy-aiops"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs