AgentHubAgentHub

mova-flat-runner

MCP ServerMCP Registry官方收录

io.github.mova-compact/mova-flat-runner · v2.0.6

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

概览

mova-flat-runner 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mova-flat-runner": {
      "command": "node",
      "args": [
        "-y",
        "mova-mcp"
      ]
    }
  }
}

环境变量

MOVA_API_KEY可选

MOVA API key. Use test-key-001 to get started without registration.

LLM_KEY可选

OpenRouter API key (sk-or-v1-...). Required for LLM analysis steps.

LLM_MODEL可选

OpenRouter model ID for analysis steps.

MOVA_API_URL可选

Override the MOVA API base URL.

相关资源

统一 Manifest

{
  "id": "io.github.mova-compact/mova-flat-runner",
  "type": "mcp-server",
  "version": "2.0.6",
  "displayName": "mova-flat-runner",
  "description": "Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.",
  "repository": {
    "url": "https://github.com/mova-compact/mova-flat-runner",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mova-mcp",
        "version": "2.0.6",
        "runtimeHint": "node",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MOVA_API_KEY",
            "description": "MOVA API key. Use test-key-001 to get started without registration."
          },
          {
            "name": "LLM_KEY",
            "description": "OpenRouter API key (sk-or-v1-...). Required for LLM analysis steps."
          },
          {
            "name": "LLM_MODEL",
            "description": "OpenRouter model ID for analysis steps."
          },
          {
            "name": "MOVA_API_URL",
            "description": "Override the MOVA API base URL."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.mova-compact/mova-flat-runner",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mova-compact%2Fmova-flat-runner/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mova-flat-runner — MCP Server 安装与配置 · AgentHub