MCP Server
MCP
io.github.charliemtnez/ghost-inspector-mcp
Analyze, validate and safely update Ghost Inspector end-to-end browser tests
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "ghost-inspector-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your personal Ghost Inspector key, from Account Settings then API Access. Read fresh on every call, never written to disk, never echoed back.",
"isRequired": true,
"isSecret": true,
"name": "GHOST_INSPECTOR_API_KEY"
},
{
"description": "Organization id. Needed only to execute a validation; read it from gi_whoami.",
"name": "GHOST_INSPECTOR_ORG_ID"
},
{
"description": "Set to exactly true to register the two mutating tools. Anything else keeps the server read-only.",
"name": "GHOST_INSPECTOR_ALLOW_WRITES"
},
{
"description": "Set to \"true\" to let gi_run_test execute a stored test against a real environment, which can submit a real form. Deliberately not implied by GHOST_INSPECTOR_ALLOW_WRITES: an edit can be rolled back from the backup this server returns, a submission cannot. Defaults to false.",
"name": "GHOST_INSPECTOR_ALLOW_RUNS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment