MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

Β© 2026 MCPHub

Servers/Code Execution/CircleCI/mcp-server-circleci
Code ExecutionOfficialTypeScript
C

CircleCI/mcp-server-circleci

πŸ“‡ ☁️ Enable AI Agents to fix build failures from CircleCI.

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

πŸ“‡ ☁️ Enable AI Agents to fix build failures from CircleCI.

Installation

npx -y @circleci/mcp-server-circleci@latest

Configuration

{
  "mcpServers": {
    "circleci-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@circleci/mcp-server-circleci@latest"
      ],
      "env": {
        "CIRCLECI_TOKEN": "your-circleci-token",
        "CIRCLECI_BASE_URL": "https://circleci.com",
        "MAX_MCP_OUTPUT_LENGTH": "50000"
      }
    }
  }
}

Capabilities

  • Validate CircleCI config

    Ask to validate your `.circleci/config.yml` for syntax and semantic errors via `config_helper`.

  • Get pipeline status

    Check the latest pipeline status for a branch with `get_latest_pipeline_status`.

  • Trigger and rerun pipelines

    Start a new pipeline with `run_pipeline` or rerun a workflow from start or failed job via `rerun_workflow`.

  • Investigate build failures

    Retrieve detailed failure logs with `get_build_failure_logs` and test results via `get_job_test_results`.

  • Find flaky tests

    Identify flaky tests by analyzing test execution history using `find_flaky_tests`.

  • Analyze usage and costs

    Download usage data with `download_usage_api_data` and find underused resource classes via `find_underused_resource_classes`.

Tags

  • devops
  • development
  • monitoring
  • awesome-list

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago