← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...