AgentHubAgentHub

canaryusers

MCP ServerMCP Registry官方收录

ai.canaryusers/canaryusers · v1.2.1

A flock of AI users tests your deployed app and reports where real people get stuck, with fixes.

概览

canaryusers 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "canaryusers": {
      "url": "https://www.canaryusers.ai/api/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "ai.canaryusers/canaryusers",
  "type": "mcp-server",
  "version": "1.2.1",
  "displayName": "canaryusers",
  "description": "A flock of AI users tests your deployed app and reports where real people get stuck, with fixes.",
  "repository": {
    "url": "https://github.com/BrettonB/canaryusers-mcp",
    "source": "github"
  },
  "homepage": "https://www.canaryusers.ai/mcp",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://www.canaryusers.ai/api/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "ai.canaryusers/canaryusers",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.canaryusers%2Fcanaryusers/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
canaryusers — MCP Server 安装与配置 · AgentHub