advanced-circleci-mcp-server
Provides tools for reviewing CircleCI configurations, including retrieving actual configs, validating YAML, analyzing bottlenecks, workflow health, and dependency graphs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@advanced-circleci-mcp-serverShow bottlenecks for gh/myorg/myrepo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
advanced-circleci MCP Server
CircleCI config review に特化した MCP サーバー。 既存の circleci-mcp-server が持たない Insights(性能・クレジット) と 実 config 取得 を中心に、config review に必要な5次元のデータを束ねたツールを提供する。
ツール一覧
ツール | 問い | 内部 API |
| 何をレビューするか(実 config の取得) |
|
| 変更案は妥当か(compile & validate) |
|
| どこが遅い・高い(job 別 p95・クレジット集中) | Insights: workflows + jobs |
| workflow の健全性(duration/flaky/test metrics) | Insights: summary + test-metrics + flaky-tests |
| 依存関係と実 resource_class(DAG 分析) | Pipeline/Workflow/Job + job detail |
get_config
最新 pipeline の config(source YAML と orb 展開後の compiled YAML)を取得。
{ "project_slug": "gh/org/repo" }
{ "pipeline_id": "uuid", "branch": "main" }validate_config
任意の YAML を CircleCI に送って検証・展開。変更案を提案する前に必ず通す。
{ "config_yaml": "version: 2.1\n...", "owner_id": "org-uuid" }get_bottlenecks
全 workflow × 全 job の Insights を取得し、クレジット消費順にソートして返す。
{ "project_slug": "gh/org/repo", "reporting_window": "last-30-days" }
{ "project_slug": "gh/org/repo", "reporting_window": "last-7-days", "all_branches": true }get_workflow_health
workflow サマリ+テストメトリクス(slowest/most-failed)+flaky test を束ねて返す。
total_test_runs: 0 の場合は store_test_results 未設定を意味する。
{ "project_slug": "gh/org/repo", "workflow_name": "build-and-test" }get_dag
pipeline または workflow の job 依存グラフ(requires/dependencies)と実 resource_class を返す。
{ "pipeline_id": "uuid" }
{ "pipeline_id": "uuid", "include_resource_class": false }
{ "workflow_id": "uuid" }Related MCP server: greybeard
設計方針(既存 MCP との住み分け)
次元 | 既存 circleci-mcp-server | このサーバー |
A Config |
|
|
B Discovery |
|
|
C Insights(性能) | なし |
|
D テスト健全性 |
|
|
E Usage(コスト) |
| 実装しない |
セットアップ
必要環境変数
CIRCLE_TOKEN=<Personal Access Token>ビルド
npm install
npm run buildClaude Desktop / Claude Code への登録
{
"mcpServers": {
"advanced-circleci": {
"command": "/path/to/advanced-circleci/build/index.js",
"env": { "CIRCLE_TOKEN": "your-token" }
}
}
}デバッグ
npm run inspectorInsights の制約(ツールレスポンスにも注記あり)
集計ウィンドウ: 最大90日。既定はデフォルトブランチのみ(
all_branches: trueで全ブランチ)。on-hold / tag トリガーの実行は集計対象外。
データは日次更新。直近24時間は反映されないことがある。
クレジットは概算。正確な課金額は Plan Overview で確認。
job 別メトリクスは必ず workflow 名が要る(プロジェクト横断の一括 job エンドポイントは存在しない)。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that automates code reviews through linting, testing, and git diff analysis. It also generates conventional commit messages and detailed pull request descriptions based on file changes and code patterns.Last updated
- Alicense-qualityDmaintenanceAn MCP server that provides AI-powered code review and architecture analysis, simulating the perspective of an experienced staff engineer. It integrates with IDEs to review diffs, design decisions, and tradeoffs through natural language.Last updated1MIT
- AlicenseAqualityCmaintenanceMCP server for developer workflow automation — smart commits, secret scanning, PR descriptions, and more.Last updated5MIT
- Alicense-qualityDmaintenanceAn MCP server that performs automated code reviews by analyzing git diffs against configurable review standards with custom reviewer personas.Last updated2MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hidetaka-cci/advanced-circleci-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server