← Back to Plugins
MCP Server MCP

io.github.waterfallbridge/mcp

github By github 👁 1 views ▲ 0 votes

Explain why any KPI or rate metric changed: bridge/variance analysis by driver, from CSV/Excel.

Homepage Verified source GitHub

Install

npx -y @waterfallbridge/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@waterfallbridge/mcp",
      "version": "1.2.4",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Run as a stdio MCP server (the mode MCP hosts spawn).",
          "isRequired": true,
          "value": "--mode=stdio",
          "type": "positional",
          "valueHint": "--mode=stdio"
        }
      ],
      "environmentVariables": [
        {
          "description": "WaterfallBridge app URL that open_app uses when no url is passed.",
          "format": "string",
          "default": "https://waterfallbridge.com/app/",
          "name": "WB_DEFAULT_URL"
        },
        {
          "description": "Run the automation Chromium headless (true) or visible (false).",
          "format": "string",
          "default": "false",
          "name": "WB_HEADLESS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...