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)
{
"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