Catalog
io.github.mova-compact/mova-flat-runner
OfficialGoverned AI workflows with human approval gates and audit trails for Claude and MCP clients.
Executes governed AI workflows with human approval gates and audit trail logging.
README not available yet.
Install
Configuration
Environment variables
MOVA_API_KEYMOVA API key. Use test-key-001 to get started without registration.
LLM_KEYOpenRouter API key (sk-or-v1-...). Required for LLM analysis steps.
LLM_MODELOpenRouter model ID for analysis steps.
MOVA_API_URLOverride the MOVA API base URL.
claude_desktop_config.json
{
"mcpServers": {
"mova-flat-runner": {
"command": "npx",
"args": [
"-y",
"mova-mcp@2.0.6"
],
"env": {
"MOVA_API_KEY": "<YOUR_MOVA_API_KEY>",
"LLM_KEY": "<YOUR_LLM_KEY>",
"LLM_MODEL": "<YOUR_LLM_MODEL>",
"MOVA_API_URL": "<YOUR_MOVA_API_URL>"
}
}
}
}