MCP Server
MCP
io.github.mova-compact/mova-flat-runner
Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mova-mcp",
"version": "2.0.6",
"runtimeHint": "node",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "MOVA API key. Use test-key-001 to get started without registration.",
"name": "MOVA_API_KEY"
},
{
"description": "OpenRouter API key (sk-or-v1-...). Required for LLM analysis steps.",
"name": "LLM_KEY"
},
{
"description": "OpenRouter model ID for analysis steps.",
"name": "LLM_MODEL"
},
{
"description": "Override the MOVA API base URL.",
"name": "MOVA_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment