mcpbeat Sign in

Mova Flat Runner MCP Server

local only

Mova Flat Runner runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 23 · avg 8 · -45% w/w
a month agotoday
77
Installs / week
npm · mova-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mova-flat-runner -- npx -y mova-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mova-flat-runner": {
      "args": [
        "-y",
        "mova-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mova-flat-runner]
command = "npx"
args = ["-y", "mova-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mova-flat-runner": {
      "args": [
        "-y",
        "mova-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mova-flat-runner": {
      "args": [
        "-y",
        "mova-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mova Flat Runner

same job, measured the same way
RoutineKit
by sjh9714

Capture tool workflows, save typed tools, and replay with human approval. Includes an MCP Apps UI.

157 installs/wk local only
ControlKeel
by aryaminus

Governed MCP workflows with policy validation, findings tracking, and review gates.

1 377 installs/wk local only
Tuning Engines - Governed AI Runtime
by cerebrixos-org

Govern model, agent, skill, and MCP workflows with policy, approvals, traces, and usage analytics.

local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
VMware Pilot
by zw008

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

838 installs/wk local only
VMware Pilot
by vmware-skills

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

local only

Mova Flat Runner — questions

Answers built from our own checks of this server.

Why is there no uptime for Mova Flat Runner?
Mova Flat Runner runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mova-mcp was installed 77 times last week.
Is Mova Flat Runner still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Mova Flat Runner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mova-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mova Flat Runner?
The npm package mova-mcp was installed 77 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.