mova flat runner for Grok
io.github.mova-compact/mova-flat-runner
Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.
client:Grok
transport:stdio
runtime:npm
Install mova flat runner in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mova-flat-runner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mova-mcp"
],
"env": {
"MOVA_API_KEY": "<MOVA_API_KEY>",
"LLM_KEY": "<LLM_KEY>",
"LLM_MODEL": "<LLM_MODEL>",
"MOVA_API_URL": "<MOVA_API_URL>"
}
}
}
}
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