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
{
"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