← Index

io.github.BuildPulseLLC/buildpulse-mcp

io.github.BuildPulseLLC/buildpulse-mcp·v0.1.5·Analytics
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.buildpulse.io/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "buildpulse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buildpulse/mcp"
      ],
      "env": {
        "BUILDPULSE_TOKEN": "<your-buildpulse_token>",
        "PLATFORM_API_URL": "https://platform.buildpulse.io"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "buildpulse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buildpulse/mcp"
      ],
      "env": {
        "BUILDPULSE_TOKEN": "<your-buildpulse_token>",
        "PLATFORM_API_URL": "https://platform.buildpulse.io"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @buildpulse/mcp
§02  Environment variables
BUILDPULSE_TOKEN
requiredsecret

40-character BuildPulse API token. Get one at app.buildpulse.io → Organization Settings → API Tokens.

PLATFORM_API_URL

Override the platform API base URL. Default: https://platform.buildpulse.io

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Analytics