circleci
v1.0.47993-ghast.1Diagnose CircleCI runs, inspect logs, tests, and artifacts, rerun or cancel workflows, validate configuration, and manage CircleCI resources through CircleCI's official hosted MCP and full CLI MCP.
By Circle Internet Services, Inc.License: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/circleci/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/circleci/SKILL.md└── mcp.json
Included Skills1
Patterns for invoking the CircleCI CLI (circle) from agents. Covers structured output, project and org targeting, list, circleci api fallback.
MCP servers2
- command
- circleci
- args
- mcp start
- url
- https://mcp.circleci.com/v1/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "circleci",
"version": "1.0.47993-ghast.1",
"description": "Diagnose CircleCI runs, inspect logs, tests, and artifacts, rerun or cancel workflows, validate configuration, and manage CircleCI resources through CircleCI's official hosted MCP and full CLI MCP.",
"author": {
"name": "Circle Internet Services, Inc.",
"url": "https://circleci.com"
},
"homepage": "https://circleci.com/docs/guides/toolkit/circleci-mcp-overview/",
"repository": "https://github.com/CircleCI-Public/circleci-cli",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "development",
"upstreamRevision": "1121fafe77b5b2bfa623dda1a244517ff604a823",
"upstreamPath": ".",
"icon": "./assets/icon.svg"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[circleci on Agent Plugins Marketplace](https://pluginsmp.com/plugins/circleci-2)