AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Buildpulse Mcp

mcp-buildpulsellc-buildpulse-mcp · by BuildPulseLLC

BuildPulse CI test analytics for AI agents — flaky tests, coverage, and CI run history.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add mcp-buildpulsellc-buildpulse-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.5 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.5. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-buildpulsellc-buildpulse-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Buildpulse Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

BuildPulse MCP

> 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.

[](https://www.npmjs.com/package/@buildpulse/mcp) [](https://smithery.ai) [](https://platform.buildpulse.io/docs/mcp)

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 → 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](./cmd/mcp) | npm → npx -y @buildpulse/mcp | | Streamable HTTP | [cmd/mcp-remote](./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-tests
  • buildpulse://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](./LICENSE).

Related

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.5 Imported from the upstream source.