mcpbeat Sign in

walkerOS Flow MCP Server

local only

walkerOS Flow runs on your own machine — the client starts it, so there is no endpoint to ping. 676 installs a week from npm. Last commit 15 Sep 2026.

Build, validate, simulate, and deploy walkerOS event pipelines

Installs per day peak 228 · avg 60 · +201% w/w
a month agotoday
676
Installs / week
npm · @walkeros/mcp
344
Stars
2 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

  'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token';
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        dom.window.eval(snapshotCode);
Touches key and credential files packages/cli/src/core/package-manager.ts:35
    path.join(homeDir, '.npmrc'),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch walkerOS Flow and you get told the day something new turns up.

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 flow -- npx -y @walkeros/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flow": {
      "args": [
        "-y",
        "@walkeros/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flow]
command = "npx"
args = ["-y", "@walkeros/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "flow": {
      "args": [
        "-y",
        "@walkeros/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flow": {
      "args": [
        "-y",
        "@walkeros/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WALKEROS_TOKEN (walkerOS API token. Optional, the local tools work without it and the auth tool can log in instead.), WALKEROS_PROJECT_ID (Default walkerOS project id (proj_...) used by the cloud tools.), WALKEROS_APP_URL (Base URL override for the walkerOS app. Defaults to https://app.walkeros.io.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to walkerOS Flow

same job, measured the same way
Ateam MCP
by ariekogan

Build, validate, and deploy multi-agent AI solutions from any AI environment.

1 212 installs/wk 59 tools answering
Air Pipe
by airpipe

Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.

19 tools answering
FlowCastle
by flowcastle

Build, edit, and deploy Telegram bots on FlowCastle's hosted visual flow platform.

50 tools answering
I
Imperal MCP
by imperalcloud

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

144 installs/wk local only
Spinnaker MCP
by geiserx

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

62 installs/wk local only
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
Shodai Agreements
by shodai

Author, validate, deploy, and operate Shodai on-chain agreements.

11 tools answering
dMoERA Creator
by cachecarti

Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.

44 tools answering

walkerOS Flow — questions

Answers built from our own checks of this server.

Why is there no uptime for walkerOS Flow?
walkerOS Flow 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 @walkeros/mcp was installed 676 times last week.
How do I connect walkerOS Flow?
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 @walkeros/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use walkerOS Flow?
The npm package @walkeros/mcp was installed 676 times in the last week. Week over week that is +201%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is walkerOS Flow open source?
Yes — it is published under the MIT licence, written in TypeScript, 344 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.