{
  "markdown": "# mabl MCP server\n\nThe mabl [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server\nlets AI assistants and agents work directly with your mabl tests — run tests,\nanalyze failures, create tests in the cloud, and query results across your\nworkspaces.\n\nThis repository hosts the **public documentation and registry listing** for the\nhosted mabl MCP server. The server is operated by mabl as a managed remote\nservice — there is nothing to install or self-host.\n\n- **Registry listing:** [`com.mabl/mcp`](https://registry.modelcontextprotocol.io) on the official MCP Registry\n- **Tool reference (always current):** <https://help.mabl.com/hc/en-us/articles/47047431915284>\n- **About mabl:** <https://www.mabl.com>\n\n## Endpoints\n\nThe server is hosted at `mcp.mabl.com` and supports two transports:\n\n| Transport                     | URL                        |\n| ----------------------------- | -------------------------- |\n| Streamable HTTP (recommended) | `https://mcp.mabl.com/mcp` |\n| Server-Sent Events (SSE)      | `https://mcp.mabl.com/sse` |\n\n## Requirements\n\n- A [mabl](https://www.mabl.com) account — you sign in with your existing mabl\n  credentials.\n- The AI-powered tools (failure analysis, results-analysis chat, cloud test\n  generation) require the corresponding mabl AI entitlements on your workspace.\n\n## Authentication\n\nThe server uses standard MCP OAuth. The first time your client connects it opens\na browser to sign in with your mabl identity and authorize access; after that\nyour client caches the token and reconnects automatically — there are no API\nkeys to copy or manage. See [docs/authentication.md](docs/authentication.md) for\nthe full flow.\n\n## Connect a client\n\nPoint any MCP-capable client at the Streamable HTTP endpoint\n`https://mcp.mabl.com/mcp` (or the SSE endpoint `https://mcp.mabl.com/sse` for\nclients that require SSE). A few common clients:\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http mabl https://mcp.mabl.com/mcp\n```\n\n### Codex CLI\n\n```bash\ncodex mcp add mabl --url https://mcp.mabl.com/mcp\n```\n\n### Gemini CLI\n\nThis repository doubles as a [Gemini CLI extension](https://geminicli.com/docs/extensions),\nso it installs in one command — no JSON to edit:\n\n```bash\ngemini extensions install https://github.com/mablhq/mabl-mcp-server\n```\n\nThe extension configures the endpoint and ships a `GEMINI.md` with guidance on\nusing the mabl tools. Verify it with `gemini extensions list`.\n\n### Cursor / VS Code / other JSON-configured clients\n\nAdd an HTTP MCP server entry pointing at the endpoint:\n\n```json\n{\n  \"mcpServers\": {\n    \"mabl\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.mabl.com/mcp\"\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nAdd a custom connector with the URL `https://mcp.mabl.com/mcp`.\n\nOn first use, the client will prompt you to sign in to mabl in your browser.\n\n## Available tools\n\nThe canonical, always-current tool reference is the\n[mabl help center article](https://help.mabl.com/hc/en-us/articles/47047431915284),\nregenerated from the live server on every release. [docs/TOOLS.md](docs/TOOLS.md)\nsummarizes the high-level tool areas and links to it. You can also call\n`tools/list` from any connected client to see exactly what the server exposes.\n\n## Support\n\n- mabl help center: <https://help.mabl.com>\n- Security disclosures: see [SECURITY.md](SECURITY.md)\n\n## License\n\n[MIT](LICENSE) © 2026 mabl, Inc.\n",
  "bytes": 3383,
  "sha": "a547267229d0bf0edaf8665d81513844a3f30871fabb3898af99dbd528d6bb9a",
  "repo_slug": "mablhq/mabl-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mablhq_mabl_mcp_server_b70c9bcf/readme"
}