Labsco
MCP SERVER · OFFICIAL PROJECT

Coderbuds Engineering Metrics

by Coderbuds

Reads a team's review queue, deploy state and DORA/SPACE metrics — with per-person tokens that must not be shared.

Data Platform: Pipelines, Warehousing, BI & GovernanceOfficial source
Summary
'The server never guesses team attribution' is a small sentence about a large problem in engineering metrics.

DORA numbers go wrong when a tool infers who owns what and quietly attributes work to the wrong team. Coderbuds says it does not guess, which is the right posture even though it means someone has to configure the mapping. The per-person token rule follows from the same principle: metrics read through a shared token stop meaning anything about a person.

What it is

Coderbuds' insights endpoint. Rather than a published tool list, their documentation describes the data surface: what is waiting for review, what is deployed, how the team ships, and the metrics over it.

What you get
  • The review queue and current deploy state
  • Shipping norms for the team
  • DORA and SPACE metrics, and monthly rollups
Requirements

OAuth 2.1, discovered through a 401 with protected-resource metadata, scope mcp:use; a bearer token is available for headless use. Tokens are per person and the documentation states they must not be committed or shared.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen