From walkeros
Local stdio MCP server for WalkerOS Flow. Connects to WalkerOS service using WALKEROS_TOKEN and WALKEROS_PROJECT_ID for project and flow operations. Requires secrets.
npx claudepluginhub elbwalker/walkerosAdd to your .mcp.json:
{
"mcpServers": {
"walkeros-flow": {
"command": "npx",
"args": [
"@walkeros/mcp"
],
"env": {
"WALKEROS_TOKEN": "<your-walkeros-token>",
"WALKEROS_PROJECT_ID": ""
}
}
}
}Replace placeholder values for: WALKEROS_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxWALKEROS_TOKEN=WALKEROS_PROJECT_ID=