MCP Server
MCP
Gaffer
Test analytics for AI agents: test history, flaky tests, failure clusters, coverage.
Install
npx -y @gaffer-sh/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@gaffer-sh/mcp",
"version": "0.9.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from Account Settings > API Keys. gaf_ user key or gfr_ project token.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GAFFER_API_KEY"
},
{
"description": "Override the Gaffer API base URL. Defaults to https://app.gaffer.sh",
"format": "string",
"name": "GAFFER_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment