Bitrise Insights MCP Server
Provides tools to get comprehensive flaky tests data from Bitrise Insights, including options for specifying workspace, app, interval, duration, and detailed test cases.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bitrise Insights MCP ServerGet flaky tests for workspace 'my-workspace' for last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bitrise Insights MCP Server
A hacky bitrise insights mcp using playwright till Bitrise Insights API is released.
Installation
Clone the repository and build:
git clone https://github.com/naveen-bitrise/temp-bitrise-insights-mcp.git
cd temp-bitrise-insights-mcp
npm install
npx playwright install
npm run buildRelated MCP server: mcp-playwright-test
Usage
MCP Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"bitrise-insights": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/temp-bitrise-insights-mcp",
"type": "stdio"
}
}
}Example for macOS/Linux:
{
"mcpServers": {
"bitrise-insights": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/Users/yourname/temp-bitrise-insights-mcp",
"type": "stdio"
}
}
}Example for Windows:
{
"mcpServers": {
"bitrise-insights": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "C:\\Users\\yourname\\temp-bitrise-insights-mcp",
"type": "stdio"
}
}
}Available Tools
bitrise-insights-get-flaky-tests: Get comprehensive flaky tests data from Bitrise Insights
Authentication
A browser window will open automatically when Bitrise login is required. Complete the login and the tool will continue automatically.
Tool Parameters
{
workspace_slug: string, // Required: Bitrise workspace slug
app_slug?: string, // Optional: Specific app slug
interval?: string, // Optional: hourly, daily, weekly, monthly (default: monthly)
duration?: string, // Optional: e.g. "july", "last week", "P6M" (default: P6M)
include_test_cases?: boolean, // Optional: Include detailed test cases (default: false)
specific_test?: { // Optional: Get details for specific test
test_case_name: string,
test_suite_name?: string
}
}Example Queries
"Get flaky tests for workspace 'my-workspace' for the last 6 months"
"Show me detailed test cases for app 'my-app' in workspace 'my-workspace'"
"Get builds data for test case 'LoginTest' in suite 'AuthSuite'"
Requirements
Node.js 18+
Internet connection for browser authentication
Development
git clone https://github.com/naveen-bitrise/temp-bitrise-insights-mcp.git
cd temp-bitrise-insights-mcp
npm install
npm run devLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for autonomous end-to-end testing with Wopee.io. Analyzes web applications, generates and executes Playwright-based functional tests, and validates results — all driven by natural language commands.122205MIT
- Alicense-qualityDmaintenanceAn MCP server that automates Playwright-based UI and API testing, supporting test case generation from requirements or API specs, and execution with detailed reports.81MIT
- AlicenseAqualityAmaintenanceAn MCP server for running Playwright tests and reading structured results, failed test details, and attachment content, designed for AI agents doing test failure analysis.5130MIT
- AlicenseBqualityBmaintenanceMCP server for end-to-end QA automation: generates test scenarios, discovers Playwright locators, creates TypeScript test code, executes tests, and creates GitHub issues for failures.622MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server for interacting with the Supabase platform
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/naveen-bitrise/temp-bitrise-insights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server