# CircleCI

**Type:** Community

**Source Type:** Repository

**Source:** [GitHub](https://github.com/CircleCI-Public/mcp-server-circleci)

**Description:** CircleCI MCP server enables AI assistants to interact with CircleCI's continuous integration and deployment platform. It provides access to pipeline management, build monitoring, workflow orchestration, and deployment automation for streamlined DevOps workflows.

**Configuration Parameters:**

* **CircleciBase URL** \* - Service instance URL
* **CircleciToken** \* - Authentication token for API access
* **FileOutputDirectory** \* - Configuration value
* **Debug** \* - Configuration value
* **Port** \* - Configuration value
* **Start** \* - Configuration value

**Setup Steps:**

1. Log in to your CircleCI account
2. Navigate to User Settings → Personal API Tokens
3. Generate a new API token or key
4. Copy the token for configuration
5. Ensure your account has appropriate permissions for CircleCI API access

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/circleci.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
