Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add 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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
WALKEROS_TOKEN=WALKEROS_PROJECT_ID=Sensitive values you must provide — never committed to source control
npx claudepluginhub elbwalker/walkeros