← Back to Plugins
MCP Server MCP

GhostQA

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ghostqa

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ghostqa",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Anthropic API key for AI-powered testing",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "Colon-separated list of allowed directories for MCP server access restriction",
          "format": "string",
          "name": "GHOSTQA_ALLOWED_DIRS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...