A specialized server implementation for the Model Context Protocol (MCP) designed to integrate with CircleCI's development workflow. This project serves as a bridge between CircleCI's infrastructure and the Model Context Protocol, enabling enhanced AI-powered development experiences.
3.2K
12 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
analyze_diff | This tool is used to analyze a git diff (unstaged, staged, or all changes) against cursor rules to identify rule violations. By default, the tool will use the staged changes, unless the user explicitly asks for unstaged or all changes. Parameters: - params: An object containing: - speedMode: boolean - A mode that can be enabled to speed up the analysis. Default value is false. - filterBy: enum - "Violations" | "Compliants" | "Human Review Required" | "None" - A filter that can be applied to set the focus of the analysis. Default is None. - diff: string - A git diff string. - rules: string - The rules to use for the analysis, found in .cursorrules or the .cursor/rules directory. Combine all rules from multiple files by separating them with --- Returns: - A list of rule violations found in the git diff. |
Manual installation
You can install the MCP server using:
Installation for