loading…
Search for a command to run...
loading…
Connect engineering metrics, DORA performance, deploy risk scoring, and PR health to any AI assistant. Score PRs for deployment risk using a 36-signal model, qu
Connect engineering metrics, DORA performance, deploy risk scoring, and PR health to any AI assistant. Score PRs for deployment risk using a 36-signal model, query team health, incidents, coverage, and more.
Koalr MCP server — connect your engineering metrics, deploy risk scoring, and DORA performance data to Claude, Cursor, Windsurf, and any MCP-compatible AI assistant.
npm version smithery badge MIT License
Once connected, ask your AI assistant things like:
Go to app.koalr.com/settings/api-keys, create a key, and copy it. It starts with koalr_.
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"
}
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"koalr": {
"command": "npx",
"args": ["-y", "koalr-mcp@latest"],
"env": {
"KOALR_API_KEY": "koalr_your_key_here"
}
}
}
}
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 mcp add koalr \
-e KOALR_API_KEY=koalr_your_key_here \
-- npx -y koalr-mcp@latest
| Tool | Description |
|---|---|
score_pr_for_deploy_risk |
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. |
| Tool | Description |
|---|---|
get_org_health |
Overall org health: DORA tier, cycle time, active teams, recent incidents |
get_well_being_summary |
Developer well-being: focus time, meeting load, burnout signals |
| Tool | Description |
|---|---|
get_dora_summary |
Deployment frequency, lead time for changes, change failure rate, MTTR |
get_dora_trend |
DORA trend over time (7d, 14d, 30d, 90d) |
| Tool | Description |
|---|---|
get_pr_summary |
PR volume, cycle time, review turnaround for a period |
get_open_prs |
Currently open PRs with age, size, and review status |
get_at_risk_prs |
PRs flagged as at-risk: long open, large, stalled in review |
| Tool | Description |
|---|---|
list_teams |
All teams in your org |
get_team |
Team detail: members, DORA performance, recent activity |
list_team_members |
Members of a specific team |
| Tool | Description |
|---|---|
get_developer |
Individual developer profile: PR throughput, review activity, cycle time |
list_top_contributors |
Top contributors by PR throughput, reviews, or impact |
| Tool | Description |
|---|---|
list_repositories |
All repos with language, activity, and health status |
get_repository |
Single repo detail: deployment frequency, cycle time, contributors |
| Tool | Description |
|---|---|
list_recent_incidents |
Recent incidents from PagerDuty/OpsGenie with MTTR and severity |
| Tool | Description |
|---|---|
get_coverage_summary |
Test coverage by repository with trend |
| Tool | Description |
|---|---|
get_ai_adoption_summary |
GitHub Copilot and Cursor usage metrics |
get_ai_adoption_trend |
AI coding tool adoption trend over time |
| Tool | Description |
|---|---|
search |
Search developers, repos, PRs, and teams by name |
| Variable | Description | Default |
|---|---|---|
KOALR_API_KEY |
Your Koalr API key (required) | — |
KOALR_API_URL |
API base URL (for self-hosted Koalr) | https://api.koalr.com |
MCP_TRANSPORT |
Transport mode: stdio or http |
stdio |
PORT |
Port for HTTP transport mode | 3010 |
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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"koalr": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also