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