Buildpulse
БесплатноНе проверенBuildPulse CI test analytics for AI agents — flaky tests, coverage, and CI run history.
Описание
BuildPulse CI test analytics for AI agents — flaky tests, coverage, and CI run history.
README
Model Context Protocol server for the BuildPulse Platform API. Surface flaky tests, CI run history, and coverage health in Claude Desktop, Cursor, ChatGPT, Cline, Windsurf, Continue, Zed, VS Code Copilot, and any other MCP-aware AI agent.
npm version Install on Smithery Docs
Install
npx -y @buildpulse/mcp
Or pin globally:
npm install -g @buildpulse/mcp
The package downloads the matching native binary for your platform on first install. Supported platforms: macOS arm64/x64, Linux arm64/x64, Windows x64.
Configure
Get a BuildPulse API token at https://buildpulse.io → Organization Settings → API Tokens.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"buildpulse": {
"command": "npx",
"args": ["-y", "@buildpulse/mcp"],
"env": { "BUILDPULSE_TOKEN": "your-buildpulse-api-token" }
}
}
}
Cursor
.cursor/mcp.json (per-project) or ~/.cursor/mcp.json (global):
same JSON shape.
Other clients
Cline, Continue, Windsurf, Zed, and VS Code Copilot all read an
mcpServers block in their respective config files. See the
install hub for copy-paste
snippets per client.
Tools
| Tool | Purpose |
|---|---|
find_flaky_tests |
Search a repository's flaky test inventory; filter by tags, recency, free-text. |
get_test_history |
Recent disruption events for a specific test. |
list_recent_submissions |
Recent CI runs for a repository. |
get_repo_flakiness |
Current flakiness % over the last 14 days. |
get_repo_coverage |
Current coverage % from the latest report. |
Every output that names a test or repo includes a web_url deep-link
back to the BuildPulse web app — the same polish Sentry / Atlassian
use in their MCP responses.
Prompts
The server also ships four guided prompts (slash-pickable in clients that support them):
/triage_flaky_tests/ci_health_check/explain_test_failure/whats_red
Two transports
| Transport | Binary | Where it goes |
|---|---|---|
| stdio | cmd/mcp | npm → npx -y @buildpulse/mcp |
| Streamable HTTP | cmd/mcp-remote | hosted at https://mcp.buildpulse.io/mcp |
Same tool surface; same prompts; same resources. Pick whichever your client supports. The stdio path is universal; the hosted variant is the path to Claude.ai web and ChatGPT.
Resources
The server exposes two MCP resource templates so agents can pull state into context without a tool call:
buildpulse://repos/{repo}/flaky-testsbuildpulse://repos/{owner}/{name}/submissions
Environment variables
| Variable | Required | Default |
|---|---|---|
BUILDPULSE_TOKEN |
yes | — |
PLATFORM_API_URL |
no | https://platform.buildpulse.io |
Build from source
git clone https://github.com/BuildPulseLLC/buildpulse-mcp
cd buildpulse-mcp
go build -o ./bin/buildpulse-mcp ./cmd/mcp
go build -o ./bin/buildpulse-mcp-remote ./cmd/mcp-remote
Requires Go 1.24+.
Run tests
go test ./...
License
MIT — see LICENSE.
Related
- BuildPulse Platform API — the underlying public REST API
- @buildpulse/mcp on npm
- Distribution strategy — Claude, OpenAI, Smithery, Cursor publishing details
- /docs/mcp — branded install hub with copy buttons
Установить Buildpulse в Claude Desktop, Claude Code, Cursor
unyly install buildpulse-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add buildpulse-mcp -- npx -y @buildpulse/mcpFAQ
Buildpulse MCP бесплатный?
Да, Buildpulse MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Buildpulse?
Нет, Buildpulse работает без API-ключей и переменных окружения.
Buildpulse — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Buildpulse в Claude Desktop, Claude Code или Cursor?
Открой Buildpulse на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Buildpulse with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
