
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
Koalr MCP server — connect your engineering metrics, deploy risk scoring, and DORA performance data to Claude, Cursor, Windsurf, and any MCP-compatible AI assistant.
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 your Cursor MCP settings (~/.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
| Variable | Description | Default |
|---|---|---|
KOALR_API_KEY | Your Koalr API key (required). Starts with koalr_. | — |
KOALR_API_URL | Koalr API base URL (for self-hosted or local dev) | http://localhost:3001 |
MCP_TRANSPORT | Transport mode: stdio (default) or http | stdio |
PORT | Port for HTTP transport mode | 3010 |
| Tool | Description |
|---|---|
get_org_health | Comprehensive org health: DORA tier, cycle time, teams, incidents |
get_well_being_summary | Developer well-being: focus time, meeting load, burnout signals |
| Tool | Description |
|---|---|
get_dora_summary | Deploy frequency, lead time, change failure rate, MTTR |
get_dora_trend | Weekly trend for any DORA metric |
| Tool | Description |
|---|---|
get_pr_summary | Cycle time, throughput, review health metrics |
get_open_prs | Currently open PRs with age and risk indicators |
get_at_risk_prs | PRs at risk of being long-running or blocked |
| Tool | Description |
|---|---|
list_teams | All teams with IDs and member counts |
get_team | Team-level DORA and flow metrics |
list_team_members | Team roster with GitHub logins |
| Tool | Description |
|---|---|
list_repositories | All repos with health scores |
get_repository | Repo metrics: deployment frequency, cycle time, contributors |
| Tool | Description |
|---|---|
get_developer | Individual developer metrics and recent activity |
list_top_contributors | Most active contributors by commits and PRs |
| Tool | Description |
|---|---|
search | Search developers, repos, PRs, and teams by name |
| Tool | Description |
|---|---|
get_coverage_summary | Test coverage by repository with trend |
| Tool | Description |
|---|---|
list_recent_incidents | Recent incidents from PagerDuty/OpsGenie with MTTR |
| Tool | Description |
|---|---|
get_ai_adoption_summary | GitHub Copilot and Cursor usage metrics |
get_ai_adoption_trend | AI tool adoption trend over time |
Once connected, you can ask your AI agent things like:
For hosting the MCP server remotely (e.g., at mcp.koalr.com):
MCP_TRANSPORT=http PORT=3010 KOALR_API_KEY=koalr_... node dist/index.js
The server exposes POST /mcp and GET /mcp endpoints following the MCP Streamable HTTP transport spec.
# From repo root
pnpm install
pnpm exec turbo build --filter=koalr-mcp
# Run in stdio mode (test with MCP Inspector)
KOALR_API_KEY=koalr_... node apps/mcp/dist/index.js
# Run in HTTP mode
MCP_TRANSPORT=http KOALR_API_KEY=koalr_... node apps/mcp/dist/index.js
FAQs
Koalr MCP server — connect engineering metrics to AI agents
The npm package koalr-mcp receives a total of 18 weekly downloads. As such, koalr-mcp popularity was classified as not popular.
We found that koalr-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.