MCP Server
MCP
io.github.adamgusky/mintqa-mcp
MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mintqa.dev/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "mintqa-mcp",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Mint API key from https://mintqa.dev/settings/keys",
"isRequired": true,
"isSecret": true,
"name": "MINT_API_KEY"
},
{
"description": "Override the Mint MCP endpoint (default: https://mintqa.dev/mcp).",
"default": "https://mintqa.dev/mcp",
"name": "MINT_MCP_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment