Skip to content
Cursor

mova flat runner for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install mova flat runner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mova flat runner in other clients