Skip to content
Zed

walkerOS Flow for Zed

io.walkeros/flow

Build, validate, simulate, and deploy walkerOS event pipelines

client:Zed transport:stdio runtime:npm

Install walkerOS Flow in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "flow": {
      "command": "npx",
      "args": [
        "-y",
        "@walkeros/mcp"
      ],
      "env": {
        "WALKEROS_TOKEN": "<WALKEROS_TOKEN>",
        "WALKEROS_PROJECT_ID": "<WALKEROS_PROJECT_ID>",
        "WALKEROS_APP_URL": "<WALKEROS_APP_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

walkerOS Flow in other clients