io.github.BuildPulseLLC/buildpulse-mcp MCP Server
io.github.BuildPulseLLC/buildpulse-mcp
What is the io.github.BuildPulseLLC/buildpulse-mcp MCP server?
BuildPulse CI test analytics for AI agents — flaky tests, coverage, and CI run history.
How to install io.github.BuildPulseLLC/buildpulse-mcp
Copy-paste configuration for popular MCP clients.
BUILDPULSE_TOKENrequiredsecret40-character BuildPulse API token. Get one at app.buildpulse.io → Organization Settings → API Tokens.
PLATFORM_API_URLOverride the platform API base URL. Default: https://platform.buildpulse.io
AuthorizationrequiredsecretBearer <40-char BuildPulse API token>. Or use OAuth — see /.well-known/oauth-authorization-server for the discovery doc.
{
"mcpServers": {
"buildpulse-mcp": {
"command": "npx",
"args": [
"-y",
"@buildpulse/mcp"
],
"env": {
"BUILDPULSE_TOKEN": "<YOUR_BUILDPULSE_TOKEN>",
"PLATFORM_API_URL": "<YOUR_PLATFORM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"buildpulse-mcp": {
"command": "npx",
"args": [
"-y",
"@buildpulse/mcp"
],
"env": {
"BUILDPULSE_TOKEN": "<YOUR_BUILDPULSE_TOKEN>",
"PLATFORM_API_URL": "<YOUR_PLATFORM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"buildpulse-mcp": {
"command": "npx",
"args": [
"-y",
"@buildpulse/mcp"
],
"env": {
"BUILDPULSE_TOKEN": "<YOUR_BUILDPULSE_TOKEN>",
"PLATFORM_API_URL": "<YOUR_PLATFORM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"buildpulse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@buildpulse/mcp"
],
"env": {
"BUILDPULSE_TOKEN": "<YOUR_BUILDPULSE_TOKEN>",
"PLATFORM_API_URL": "<YOUR_PLATFORM_API_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add buildpulse-mcp --env BUILDPULSE_TOKEN=<YOUR_BUILDPULSE_TOKEN> --env PLATFORM_API_URL=<YOUR_PLATFORM_API_URL> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @buildpulse/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.