walkerOS Flow for Cline
io.walkeros/flow
Build, validate, simulate, and deploy walkerOS event pipelines
client:Cline
transport:stdio
runtime:npm
Install walkerOS Flow in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"flow": {
"command": "npx",
"args": [
"-y",
"@walkeros/mcp"
],
"env": {
"WALKEROS_TOKEN": "<WALKEROS_TOKEN>",
"WALKEROS_PROJECT_ID": "<WALKEROS_PROJECT_ID>",
"WALKEROS_APP_URL": "<WALKEROS_APP_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs