Skip to content
Grok

GhostQA for Grok

io.github.synctekllc/ghostqa

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

client:Grok transport:stdio runtime:pypi

Install GhostQA in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

GhostQA in other clients