AgentHubAgentHub

GhostQA

MCP ServerMCP Registry官方收录

io.github.SyncTekLLC/ghostqa · v0.2.2

AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.

概览

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

安装

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

{
  "mcpServers": {
    "ghostqa": {
      "command": "uvx",
      "args": [
        "ghostqa"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

环境变量

ANTHROPIC_API_KEY必填secret

Your Anthropic API key for AI-powered testing

GHOSTQA_ALLOWED_DIRS可选

Colon-separated list of allowed directories for MCP server access restriction

相关资源

统一 Manifest

{
  "id": "io.github.SyncTekLLC/ghostqa",
  "type": "mcp-server",
  "version": "0.2.2",
  "displayName": "GhostQA",
  "description": "AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.",
  "repository": {
    "url": "https://github.com/SyncTek-LLC/ghostqa",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "ghostqa",
        "version": "0.2.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ANTHROPIC_API_KEY",
            "description": "Your Anthropic API key for AI-powered testing",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "GHOSTQA_ALLOWED_DIRS",
            "description": "Colon-separated list of allowed directories for MCP server access restriction"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.SyncTekLLC/ghostqa",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.SyncTekLLC%2Fghostqa/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
GhostQA — MCP Server 安装与配置 · AgentHub