Provides tools to track GitHub Copilot usage metrics and adoption trends across the organization.
Retrieves recent incidents from Opsgenie, providing data on incident severity and Mean Time To Recovery (MTTR).
Retrieves recent incidents from PagerDuty, providing data on incident severity and Mean Time To Recovery (MTTR).
koalr-mcp
Koalr MCP server — connect your engineering metrics, deploy risk scoring, and DORA performance data to Claude, Cursor, Windsurf, and any MCP-compatible AI assistant.
What can it do?
Once connected, ask your AI assistant things like:
"Score PR #847 in our API repo for deployment risk"
"Which open PRs are most likely to cause a production incident?"
"What is our DORA performance tier this month?"
"Show me all PRs open more than 3 days on the backend team"
"How is our AI coding tool adoption trending?"
"What was our MTTR for incidents last quarter?"
"Find developers with the highest PR throughput"
"What is our org-wide test coverage trend?"
Quick Start
1. Get an API Key
Go to app.koalr.com/settings/api-keys, create a key, and copy it. It starts with koalr_.
2. Install in your AI assistant
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"koalr": {
"command": "npx",
"args": ["-y", "koalr-mcp@latest"],
"env": {
"KOALR_API_KEY": "koalr_your_key_here"
}
}
}
}Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"koalr": {
"command": "npx",
"args": ["-y", "koalr-mcp@latest"],
"env": {
"KOALR_API_KEY": "koalr_your_key_here"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"koalr": {
"command": "npx",
"args": ["-y", "koalr-mcp@latest"],
"env": {
"KOALR_API_KEY": "koalr_your_key_here"
}
}
}
}Claude Code (CLI)
claude mcp add koalr \
-e KOALR_API_KEY=koalr_your_key_here \
-- npx -y koalr-mcp@latestAvailable Tools
Deploy Risk
Tool | Description |
| Score a PR 0–100 for deployment risk using Koalr's 36-signal model. Returns factor breakdown: change entropy, DDL migrations, author expertise, CODEOWNERS violations, and more. |
Organization
Tool | Description |
| Overall org health: DORA tier, cycle time, active teams, recent incidents |
| Developer well-being: focus time, meeting load, burnout signals |
DORA Metrics
Tool | Description |
| Deployment frequency, lead time for changes, change failure rate, MTTR |
| DORA trend over time (7d, 14d, 30d, 90d) |
Pull Requests
Tool | Description |
| PR volume, cycle time, review turnaround for a period |
| Currently open PRs with age, size, and review status |
| PRs flagged as at-risk: long open, large, stalled in review |
Teams
Tool | Description |
| All teams in your org |
| Team detail: members, DORA performance, recent activity |
| Members of a specific team |
Developers
Tool | Description |
| Individual developer profile: PR throughput, review activity, cycle time |
| Top contributors by PR throughput, reviews, or impact |
Repositories
Tool | Description |
| All repos with language, activity, and health status |
| Single repo detail: deployment frequency, cycle time, contributors |
Incidents
Tool | Description |
| Recent incidents from PagerDuty/OpsGenie with MTTR and severity |
Coverage
Tool | Description |
| Test coverage by repository with trend |
AI Adoption
Tool | Description |
| GitHub Copilot and Cursor usage metrics |
| AI coding tool adoption trend over time |
Search
Tool | Description |
| Search developers, repos, PRs, and teams by name |
Environment Variables
Variable | Description | Default |
| Your Koalr API key (required) | — |
| API base URL (for self-hosted Koalr) |
|
| Transport mode: |
|
| Port for HTTP transport mode |
|
About Koalr
Koalr is an engineering metrics platform for software teams. It tracks DORA metrics, PR health, developer experience, and — uniquely — deployment risk prediction using a 36-signal ML model that scores every PR before it merges.