← Index

io.github.mova-compact/mova-flat-runner

io.github.mova-compact/mova-flat-runner·v2.0.6·Other
Quality Score
85
/100

Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mova-flat-runner": {
      "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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mova-flat-runner": {
      "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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mova-mcp
§02  Environment variables
MOVA_API_KEY

MOVA API key. Use test-key-001 to get started without registration.

LLM_KEY

OpenRouter API key (sk-or-v1-...). Required for LLM analysis steps.

LLM_MODEL

OpenRouter model ID for analysis steps.

MOVA_API_URL

Override the MOVA API base URL.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other