Moira for Grok
io.github.moira-mcp/moira
Agent Workflow Engine — multi-step MCP workflows with per-step directives and validation.
client:Grok
transport:stdio
runtime:oci
Install Moira in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"moira": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/moira-mcp/moira:0.3.4"
]
}
}
}
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