← Back to Plugins
MCP Server MCP

io.github.adamgusky/mintqa-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...