← Back to Plugins
MCP Server MCP

UserTapes

github By github 👁 1 views ▲ 0 votes

Query real user session replay data: tapes, transcripts, error/rage-click filters, alerts.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://usertapes.com/mcp",
      "headers": [
        {
          "description": "Bearer token from your UserTapes Agent access page (Settings > Agent access).",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...