walkerOS Flow MCP Server

Model Context Protocol server for walkerOS flow development. Gives an AI assistant the tools to discover packages, build a flow configuration, validate it, simulate events through it, bundle it, and deploy it. Its 19 documented tools cover flow, manage, package, observe. It runs locally over stdio via the published package.

People who work with flow, manage and package and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 344 · #7 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install walkerOS Flow

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add elbwalker-walkeros-packages-mcps-mcp -- npx -y @walkeros/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "elbwalker-walkeros-packages-mcps-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@walkeros/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @walkeros/mcp - the @walkeros scope differs from the repo owner (elbwalker); confirm it's the project's official package

registry vendor namespace io.walkeros - domain-verified with the official MCP registry

03 · What walkerOS Flow can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can load a flow from a file path, URL, inline JSON, or flow ID, or create an empty one, validate an event, flow config, mapping rule, or data contract, run an event through a flow with mocked vendor calls and inspect each step, and list the step examples in a flow, the fixtures simulation can replay.

Capability map

Tools grouped from the project's README - what walkerOS Flow lets an agent do.

Flow

7 tools - e.g. Load a flow from a file path, URL, inline JSON, or flow ID, or create an empty one; Validate an event, flow config, mapping rule, or data contract; Run an event through a flow with mocked vendor calls and…

flow_load · flow_validate · flow_simulate · flow_bundle · flow_push · flow_examples…

Package

2 tools - e.g. Find packages by name, type, or platform. The entry point for package discovery; Read one package's schemas, configuration hints, and examples by exact name

package_search · package_get

Observe

2 tools - e.g. Start, inspect, or stop an Observe session, a time-boxed window on one running flow; Read the assembled journeys for an observed flow, each event traced across web and server

observe_session · observe_journeys

Diagnostics

1 tool - e.g. Report MCP and CLI versions, app URL, backend, and whether the app is reachable

diagnostics

auth & access

1 tool - e.g. Check login status, log in through the device code flow, or log out

auth

Project

1 tool - e.g. List, create, update, or delete projects, and set the default one

project_manage

Deploy

1 tool - e.g. Deploy a flow and list, inspect, or delete its deployments

deploy_manage

Secret

1 tool - e.g. Manage a flow's $secret. values. Write-mostly, values are never returned

secret_manage

Latest releases

v4.6.0 · 2026-09-10

Changes · The Firehose destination no longer discards every config field except settings · during init, which silently dropped before, consent, mapping, data and · next. A before transformer chain configured on the…

v4.5.0 · 2026-08-24

Changes · Add package READMEs and npm keywords. The MCP packages now ship install · instructions for Claude Code, Cursor, and VS Code plus MCP registry metadata · (mcpName). · The AWS Lambda and GCP Cloud Functions…

v4.4.0 · 2026-08-17

Changes · Every event now gets its span id at entry, so all of its records carry the same · id and its journey is whole from the first hop. Batched deliveries report per · each event in a batch gets its own flush or…

04 · Who maintains walkerOS Flow

walkerOS Flow is maintained by elbwalker. We track 2 MCP servers from elbwalker - 2 actively maintained, 344 combined GitHub stars, oldest repo from Mar 2022.

  1. walkerOS Source Browser Generate, parse, and validate walkerOS data-elb HTML tagging attributes ★ 344

05 · Facts

category
data & analytics - ranked #7 of 81 actively-maintained data & analytics servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-09-10)
registry
io.walkeros/flow (active, first published 2026-09-02)
packages
npm:@walkeros/mcp

06 · walkerOS Flow FAQ

Is walkerOS Flow still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can walkerOS Flow do?

With this server connected, an agent can load a flow from a file path, URL, inline JSON, or flow ID, or create an empty one, validate an event, flow config, mapping rule, or data contract, run an event through a flow with mocked vendor calls and inspect each step, and list the step examples in a flow, the fixtures simulation can replay.

How do I install walkerOS Flow?

Run `npx -y @walkeros/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does walkerOS Flow run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to walkerOS Flow

More data & analytics MCP servers · walkerOS Source Browser · MaxStat MCP · Microcharts · Ani MCP · Seline

More TypeScript MCP servers · Avito MCP · Electron Stagewright MCP Server · Elisym · ellmos CodeCommander · see all