Overview

Product video
The CircleCI Model Context Protocol (MCP) Server is a specialized docker packaged integration that bridges your CircleCI CI/CD infrastructure with AI powered development tools. Built on the open Model Context Protocol standard, this server enables AI assistants like Amazon Q Developer, Cursor, Claude Code, Windsurf, and VS Code Copilot to interact with your CircleCI pipelines using natural language.
You can:
- Diagnose build failure with all the context in plain language: The CircleCI MCP Server gives agents direct access to build logs and metadata, letting you quickly identify issues with direct questions like: Why did this PR build fail?
- Speed up your feedback loop: Empowered with your code and your build logs, agents will help you fix your error and trigger another build; keeping you/your developers in flow and resolving CI issues faster.
Highlights
- Easy Deployment & Setup: 1. Deploy the docker container from AWS Marketplace 2. Configure environment variables with your CircleCI API token 3. Connect to your AI development tools using MCP protocol 4. Start using natural language to interact with your CI/CD pipelines
- What's Included: 1. Pre-built docker image with CircleCI MCP server 2. Comprehensive documentation and setup guides 3. Example configurations for popular IDEs
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Vendor refund policy
No refunds provided. For inquiries, please contact AWS-Marketplace@circleci.com
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Docker Container for CircleCI MCP Server
- Amazon Bedrock AgentCore
Container image
Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.
Version release notes
CircleCI MCP Server
Additional details
Usage instructions
Select the appropriate version of our MCP Server in AWS Marketplace, then navigate to the AI agent platform to host this agent.
On configure agent page, set the following environment variables
- CIRCLECI_TOKEN=<YOUR_CIRCLECI_API_TOKEN>
- start=remote
CircleCI Personal API Token - you can generate one through CircleCI.
- Learn more: https://circleci.com/docs/managing-api-tokens/
- Quick Access: https://app.circleci.com/settings/user/tokens
IDE Integration made simple https://github.com/CircleCI-Public/mcp-server-circleci?tab=readme-ov-file#circleci-mcp-server
CircleCI server: https://circleci.com/mcp/
CircleCI server natural language CI for AI driven workflows https://circleci.com/blog/circleci-mcp-server/
Resources
Support
Vendor support
Get support - https://support.circleci.com/hc/en-us Support docs - https://circleci.com/docs/ AWS infrastructure support -
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products


Customer reviews
Automated parallel pipelines have accelerated deployments but complex configs still need simplification
What is our primary use case?
I have been using CircleCI for the past four years.
CircleCI is mainly used for creating Docker images and deploying them into the Kubernetes environment that we have.
We have three branches: dev, staging, and pre-prod. Whenever there is any code that goes into the dev branch, it gets automatically triggered via CircleCI. It creates the ECR image for multi-architecture and pushes it into the ECR. After that, it performs a kubectl rollout status for that. For three different tags including staging and dev, we have different environments, and different tags are pushed to it, with codes pushed to the different ECRs that we have.
It gets triggered automatically by code changes, so it is quite easy, and we have configured YAML for it. Notifications come to our Slack whenever there is any code pushed or something on our page.
What is most valuable?
The best feature about CircleCI is running multiple jobs in parallel. We do not have to maintain anything, as there is no server maintenance required. It starts building in minutes and has easy, excellent container support, as well as faster pipeline deployments, easy PR-based pipelines, deep integration with GitHub and GitLab that we have wanted, and no need to manage agents manually.
Running parallel jobs where dev gets automatically updated every time has helped our team significantly. We have that running with test cases executing as well as sometimes a module that has a backend and frontend with both codes inside it. Different parallel jobs are running, executing, and checking those for different multiple test cases. An ECR build is running on the multiple sides of it, creating the Docker image. If one of those parallel jobs fails, then the other automatically gets failed. It saves a lot of time to do those things.
There is no need to manage agents manually, and no server maintenance is required, as this is a SaaS model, so it is quite easy.
CircleCI starts building in minutes, and there is no need to manage agents manually, as well as it has excellent container support, can run multiple jobs, and speeds up the CI/CD significantly. It has helped us a lot.
I see faster deployment times as an outcome. Not reduced cost because it is costly, but definitely faster deployment times, as it is a parallel-based solution.
Time saved is one of the things that we have observed. We have saved a lot of time.
CircleCI is quite stable.
CI/CD is quite scalable. It is highly scalable, as it is not on our system, so we do not need to take care of the runners as well.
What needs improvement?
CircleCI can be improved by making it less costly, as it is very expensive. The config complexity, like the YAML config, can become messy in complex projects. Making it simpler, much like having a Docker Compose YAML or Kubernetes YAML, is necessary from that perspective.
Rather than keeping it a SaaS project, they can think of it through a Jenkins approach, where we can also self-host it into our environment, but it is acceptable.
It is very expensive, and many organizations cannot afford it. The config complexity, like the YAML configs, can become messy in complex projects. A better DevOps person can only handle it, not a normal person. For that reason, I chose a rating of seven.
It is quite expensive, to be honest. As mentioned, many organizations cannot afford it because of the parallel execution prices as well as the config complexity.
For how long have I used the solution?
I have been working in my current field for more than six plus years.
What do I think about the stability of the solution?
CircleCI is quite stable.
What do I think about the scalability of the solution?
CI/CD is quite scalable. It is highly scalable, as it is not on our system, so we do not need to take care of the runners as well.
How are customer service and support?
Customer support is highly worth it for the money that is there.
I would rate the customer support a ten out of ten, as they take money but provide the best customer support.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
We have tried Jenkins as well as GitHub Actions for it. We switched from Jenkins because we had to maintain our own runners and everything there, which provided less control. For GitHub Actions , since it is a cloud-native solution, we wanted to use CircleCI, which has a quite good community-based support.
I evaluated Jenkins, GitHub Actions, and GitLab CI/CD.
What other advice do I have?
My advice to others looking into using CircleCI is to just not get overwhelmed by the complexity, particularly the config complexity. Just try to learn it, as now AI tools will definitely be there to help you out. Start using it, and once you get used to it, ask them to have a conversation over the pricing aspect.
Automated container builds have accelerated our Go deployments and simplified AWS workflows
What is our primary use case?
My main use case for CircleCI involves different CI capabilities, mostly building containers and general applications. I use CircleCI for building containers and applications, specifically for our GoLang application. We have an ECS application written in GoLang which runs scans against the infrastructure. Regardless, it is completely built and managed. The configs are also stored in Bitbucket , and CircleCI is connected to it, running all the builds, processes, and deployment in the end to the ECS.
What is most valuable?
The best features CircleCI offers are probably the modules, which have great extendability. I use the modules or extendability in CircleCI primarily for classic pushes to AWS , and those include registry sign-ons and other cases.
CircleCI has positively impacted my organization by allowing us to build quicker and do things quicker. It does the job really well. These extensions are called Workflows. I have used some AWS Workflows, and there are multiple others.
CircleCI helps you build and do things quicker. It is difficult to say if there were specific improvements, but there is general reliability and probably improvements overall.
What needs improvement?
I have no idea how CircleCI can be improved. I am a user, not a developer of CI tools. I do not really have anything to add about the needed improvements, even small things that could make my experience better.
For how long have I used the solution?
I have been using CircleCI for around a year.
What do I think about the stability of the solution?
CircleCI is stable.
What do I think about the scalability of the solution?
CircleCI's scalability is great. I have never had any problems with it.
How are customer service and support?
I did not deal with CircleCI's customer support.
How would you rate customer service and support?
Which solution did I use previously and why did I switch?
I previously used multiple solutions. The very first one was GitLab , but it was just an experiment, because there are quite a few limitations that we had with GitLab , so we had to switch.
What was our ROI?
I cannot say if I have seen a return on investment. It is very difficult to tell.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup cost, and licensing is that I only used CircleCI on the free tier.
Which other solutions did I evaluate?
Before choosing CircleCI, I evaluated other options, specifically Jenkins .
What other advice do I have?
My advice for others looking into using CircleCI is to read more documentation. The documentation is really good. I would rate this review an 8.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Automated pipelines have accelerated deployments and dashboards now reveal clear pricing and security gaps
What is our primary use case?
For a specific example of how I use CircleCI for deployments in my projects, I utilize it for continuous integration and automation to have the builds. I create YAML pipelines with it, and we first have some steps such as installing Node if it is a front-end build or installing the dependencies. After that, I build the project. Following the build, I deploy it on AWS Elastic Container Service of the image. After the image is deployed, I deploy that image on the running EC2 , either in EC2 or within the S3 bucket. Then, the environment is ready, and I run the tests against that environment.
Additionally, I use CircleCI for insights and dashboards, doing some dashboarding and monitoring the results, duration, and how the runs have been, including the output and generation of reports or sending notifications to email addresses. I also connect it with Azure DevOps and GitHub .
What is most valuable?
Among those features, I find the most valuable in my day-to-day work the automation aspect, as we have a large product team with many developers who continuously create branches and push code, necessitating automation that builds the pipeline and the branches automatically while giving faster feedback. There is speed, flexibility, and intelligent pipeline orchestration possible with CircleCI, which we appreciate. Additionally, we have hooks and can run tasks on commit or push, which allows executions based on those events, and the self-hosted runners to run jobs on our infrastructure or use provided agents by CircleCI itself are also beneficial.
CircleCI has positively impacted my organization by bringing in faster deployments, which means we can release faster, receive quicker feedback, and enhance collaboration and communication across the entire team. We benefit from really good dashboards, build performance analytics, and optimization of resources, which allows for multiple containers or virtual machines, significantly reducing build time. Additionally, the security and vulnerability scanning provided out of the box helps tremendously, as we just need to push the code and everything is managed by our CircleCI YAML scripts.
What needs improvement?
I believe CircleCI should leverage the growing trend of AI by offering an out-of-the-box AI-driven dynamic YAML file creation feature using natural language processing. Instead of having users define pipelines manually, users could simply use natural language to define their needs and let the AI generate the YAML configuration automatically. Implementing a multi-agent architecture could also enhance usability.
I rated CircleCI six out of ten because I think they need more transparency in pricing, as there are instances of unclear network data transfer and storage costs related to caching and workspaces. Additionally, there are sporadic platform security incidents that need addressing, and pipelines require good protection. Secret rotation should also be prioritized. There are occasionally long-running workflows that can be difficult to debug, and improvements could be made in job startup times and cache management.
For how long have I used the solution?
How was the initial setup?
What other advice do I have?
To ensure that security and compliance requirements are met while using CircleCI, we utilize restricted contexts for secrets along with short-lived credentials. We follow some regulatory guidelines, ensuring that every job runs in an isolated environment, either in a Docker container or a virtual machine. Furthermore, we maintain secret rotation and use secure API tokens while implementing appropriate access controls.
I rate this product six out of ten.