Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions registries/official/servers/mcp-server-circleci/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"ghcr.io/stacklok/dockyard/npx/mcp-server-circleci:0.14.1": {
"ghcr.io/stacklok/dockyard/npx/mcp-server-circleci:0.14.2": {
"metadata": {
"last_updated": "2026-03-12T23:57:07Z",
"last_updated": "2026-03-13T09:44:27Z",
"stars": 80
},
"overview": "## CircleCI MCP Server\n\nThe mcp-server-circleci is a Model Context Protocol (MCP) server that enables AI assistants and agents to interact directly with CircleCI, the continuous integration and delivery platform. It allows AI-driven workflows to inspect pipelines, jobs, workflows, and build results — bringing CI/CD context directly into conversational and automated AI workflows without switching tools. This server is especially useful for build monitoring, failure analysis, release workflows, and developer productivity scenarios where understanding CI state and history is critical.",
Expand Down Expand Up @@ -165,7 +165,7 @@
"additionalProperties": false,
"properties": {
"endDate": {
"description": "Optional. The end date for the usage data in YYYY-MM-DD format (or natural language). Used when starting a new export job.",
"description": "Optional. The end date for the usage data. Used when starting a new export job. This should be in YYYY-MM-DD format or natural language. For example: \"2010-10-20\", \"yesterday\" or \"5 days ago\"",
"type": "string"
},
"jobId": {
Expand All @@ -181,7 +181,7 @@
"type": "string"
},
"startDate": {
"description": "Optional. The start date for the usage data in YYYY-MM-DD format (or natural language). Used when starting a new export job.",
"description": "Optional. The start date for the usage data. Used when starting a new export job. This should be in YYYY-MM-DD format or natural language. For example: \"2010-10-20\", \"yesterday\" or \"5 days ago\"",
"type": "string"
}
},
Expand Down Expand Up @@ -738,7 +738,7 @@
"name": "FILE_OUTPUT_DIRECTORY"
}
],
"identifier": "ghcr.io/stacklok/dockyard/npx/mcp-server-circleci:0.14.1",
"identifier": "ghcr.io/stacklok/dockyard/npx/mcp-server-circleci:0.14.2",
"registryType": "oci",
"transport": {
"type": "stdio"
Expand Down