Skip to content
Cline

mova flat runner for Cline

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

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

client:Cline transport:stdio runtime:npm

Install mova flat runner in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mova flat runner in other clients