ai ops for Grok
io.github.levelsofself/ai-ops
AI operations management: 12 specialized agents, task dispatch, and team coordination.
client:Grok
transport:stdio
runtime:npm
Install ai ops in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ai-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"palyan-ai-ops-mcp-server"
]
}
}
}
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