← Back to Plugins
MCP Server MCP

Before Users Do

github By github 👁 1 views ▲ 0 votes

Browser-backed QA with evidence and fix-ready reports for coding agents.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.beforeusersdo.com/mcp",
      "headers": [
        {
          "value": "Bearer {mcp_token}",
          "variables": {
            "mcp_token": {
              "description": "Create an MCP key at https://beforeusersdo.com/docs?utm_source=mcp_registry&utm_medium=marketplace&utm_campaign=official_registry#start",
              "isRequired": true,
              "isSecret": true,
              "placeholder": "mcp_..."
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...