Skip to content
Cursor

GhostQA for Cursor

io.github.synctekllc/ghostqa

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

client:Cursor transport:stdio runtime:pypi

Install GhostQA in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GhostQA in other clients