MCP Server
MCP
GhostQA
AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.
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
By
Comments
Sign in to leave a comment