Serversio.github.SyncTekLLC/ghostqa
G

GhostQA

io.github.SyncTekLLC/ghostqa · v0.2.2
▦ pypi
v0.2.2pypi pypi: ghostqa↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.SyncTekLLC/ghostqa",
  "description": "AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.",
  "title": "GhostQA",
  "repository": {
    "url": "https://github.com/SyncTek-LLC/ghostqa",
    "source": "github"
  },
  "version": "0.2.2",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}