Token导航 LogoToken导航TokenDH.com
KO
运维云端HTTP官方级别未说明来源级核验

Koalr MCP

MCP Server

Koalr — Deployment Intelligence MCP Server

工具数

公开资料未说明
JavaScriptAPI密钥HTTP云端部署

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:08

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add koalr/koalr-mcp

详细介绍

koalr-mcp

Koalr — Deployment Intelligence MCP Server

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add koalr/koalr-mcp

# Browse available tools
npx -y smithery tool list koalr/koalr-mcp

# Get full schema for a tool
npx -y smithery tool get koalr/koalr-mcp dora.summary

# Call a tool
npx -y smithery tool call koalr/koalr-mcp dora.summary '{}'

Direct MCP Connection

Endpoint: https://koalr-mcp--koalr.run.tools

Required config:

  • apiKey (query) — Your Koalr API key. Generate one at app.koalr.com/settings/api-keys — starts with koalr_

Tools (20)

  • dora.summary — Get DORA metrics (deploy frequency, lead time for changes, change failure rate, MTTR) for the organization or a specifi…
  • dora.trend — Get DORA metric trend over time to see how deployment frequency, lead time, change failure rate, or MTTR has changed we…
  • pr.summary — Get pull request metrics including cycle time (time from first commit to merge), throughput (PRs merged per week), revi…
  • pr.open — List currently open pull requests with their age in hours, size (additions + deletions), and reviewer assignments. Use …
  • pr.at_risk — Get pull requests at risk of becoming long-running or blocked. These are PRs that have been open for more than 3 days, …
  • teams.list — List all engineering teams in the organization with their member counts and slugs. Use this to discover team IDs needed…
  • teams.get — Get details and metrics for a specific team including DORA performance, cycle time, and member count. Use this when ask…
  • teams.members — List all members of a specific team with their GitHub logins and roles. Use this to understand team composition or find…
  • repos.list — List all repositories connected to Koalr with their health scores, activity levels, and basic stats. Use this to get an…
  • repos.get — Get detailed metrics for a specific repository including deployment frequency, PR cycle time, contributor count, and co…
  • developers.get — Get metrics for an individual developer including their PR throughput, review activity, average cycle time, and code co…
  • developers.top — List the most active contributors ranked by commits and PRs merged over a time window. Use this to identify key contrib…
  • search — Search across all Koalr entities: developers (by name or GitHub login), repositories (by name), pull requests (by title…
  • coverage.summary — Get test coverage summary per repository showing overall coverage percentage, lines covered, and coverage trend. Use th…
  • incidents.list — List recent production incidents from PagerDuty or OpsGenie with their severity, MTTR (mean time to recovery), and affe…
  • ai.summary — Get AI coding tool adoption metrics including GitHub Copilot acceptance rate, Cursor active users, AI-generated code pe…
  • ai.trend — Get the trend of AI tool adoption over time showing weekly active users, acceptance rates, and code attribution percent…
  • org.health — Get a comprehensive organization health snapshot: DORA performance tier (Elite/High/Medium/Low), cycle time percentile …
  • org.wellbeing — Get team well-being scores across pillars: focus time (uninterrupted deep work hours), meeting load (percentage of time…
  • risk.score — Score a specific pull request for deployment risk using Koalr's 36-signal model. Returns a 0–100 risk score with a deta…
# Get full input/output schema for a tool
npx -y smithery tool get koalr/koalr-mcp 

Prompts (5)

  • koalr-quickstart — A prompt that gives your agent an overview of what the Koalr MCP server can do and example queries to get started inves…
  • koalr-deploy-risk (owner, repo, prNumber) — A workflow prompt that guides your agent through assessing the deployment risk of a pull request using Koalr risk.score.
  • koalr-dora-review (teamId, days) — A workflow prompt for running a complete DORA metrics performance review across the org or a specific team, including t…
  • koalr-incident-investigation (days) — A workflow prompt that guides your agent through investigating a production incident by correlating it with deploy acti…
  • koalr-team-health-check (teamId, teamName) — A workflow prompt for running a complete health check on a specific team — covering delivery metrics, well-being, at-ri…

目录标签

目录标签

JavaScriptAPI密钥HTTP云端部署

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP