AgentHubAgentHub

Testiny Test Management

MCP ServerMCP Registry官方收录

io.testiny/testiny-mcp · v0.1.0

An MCP server that provides access to Testiny projects, test cases and test runs

概览

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

安装

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

{
  "mcpServers": {
    "testiny-mcp": {
      "url": "https://app.testiny.io/api/v1/mcp-server"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.testiny/testiny-mcp",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Testiny Test Management",
  "description": "An MCP server that provides access to Testiny projects, test cases and test runs",
  "homepage": "https://www.testiny.io/docs/mcp-server/",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://app.testiny.io/api/v1/mcp-server"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.testiny/testiny-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.testiny%2Ftestiny-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Testiny Test Management — MCP Server 安装与配置 · AgentHub