Skip to content
Zed

mova flat runner for Zed

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

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

client:Zed transport:stdio runtime:npm

Install mova flat runner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mova flat runner in other clients