io.github.mova-compact/mova-flat-runner✓
io.github.mova-compact/mova-flat-runner · v2.0.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mova-compact/mova-flat-runner",
"description": "Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.",
"repository": {
"url": "https://github.com/mova-compact/mova-flat-runner",
"source": "github"
},
"version": "2.0.6",
"packages": [
{
"registryType": "npm",
"identifier": "mova-mcp",
"version": "2.0.6",
"runtimeHint": "node",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "MOVA API key. Use test-key-001 to get started without registration.",
"name": "MOVA_API_KEY"
},
{
"description": "OpenRouter API key (sk-or-v1-...). Required for LLM analysis steps.",
"name": "LLM_KEY"
},
{
"description": "OpenRouter model ID for analysis steps.",
"name": "LLM_MODEL"
},
{
"description": "Override the MOVA API base URL.",
"name": "MOVA_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}