mova-flat-runner
About
Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MOVA_API_KEY LLM_KEY LLM_MODEL MOVA_API_URLClaude Code
claude mcp add --env MOVA_API_KEY= --env LLM_KEY= --env LLM_MODEL= --env MOVA_API_URL= mova-flat-runner -- npx mova-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mova-flat-runner","command":"npx","args":["mova-mcp"],"env":{"MOVA_API_KEY":"","LLM_KEY":"","LLM_MODEL":"","MOVA_API_URL":""}}'
JSON
{
"mcpServers": {
"mova-flat-runner": {
"command": "npx",
"args": [
"mova-mcp"
],
"env": {
"MOVA_API_KEY": "",
"LLM_KEY": "",
"LLM_MODEL": "",
"MOVA_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.