Skip to main content
Glama

mcp-server-circleci

Official
BUG.yml3 kB
name: "\U0001F41E Bug Report" description: Report any identified bugs in the CircleCI MCP Server. title: 'Bug: ' labels: [bug] # assignees: '' body: - type: checkboxes attributes: label: 'Is there an existing issue for this?' description: 'Please search [here](https://github.com/CircleCI-Public/mcp-server-circleci/issues?q=is%3Aissue) to see if an issue already exists for the bug you encountered' options: - label: 'I have searched the existing issues' required: true - type: textarea validations: required: true attributes: label: 'Current behavior' description: 'How does the issue manifest? What MCP tool or functionality is affected?' - type: input validations: required: true attributes: label: 'Minimum reproduction code' description: 'An URL to some git repository or gist which contains the minimum needed code to reproduce the error, or the exact MCP tool that triggers the issue' placeholder: 'https://github.com/... or tool: Find the latest failed pipeline on my branch' - type: textarea attributes: label: 'Steps to reproduce' description: | Detail the steps to take to replicate the issue. Include the exact MCP tools used and any relevant context. placeholder: | 1. Set up CircleCI API token 2. Run MCP server with tool X 3. Try to execute tool Y 4. See error... - type: textarea validations: required: true attributes: label: 'Expected behavior' description: 'A clear and concise description of what you expected to happen' - type: markdown attributes: value: | --- - type: input attributes: label: 'MCP Server CircleCI version' description: | Which version of `@circleci/mcp-server-circleci` are you using? placeholder: '0.1.0' - type: input attributes: label: 'Node.js version' description: 'Which version of Node.js are you using? Note: This project requires Node.js >= v18.0.0' placeholder: '18.0.0' - type: input attributes: label: 'CircleCI API Token' description: 'Do you have a valid CircleCI API token configured? (Do not share the actual token)' placeholder: 'Yes/No' - type: checkboxes attributes: label: 'In which agents have you tested?' options: - label: Cursor - label: Windsurf - label: Claude Code - label: Other - type: markdown attributes: value: | --- - type: textarea attributes: label: 'Additional context' description: | Anything else relevant? eg: - Error logs - OS version - IDE/Editor being used - Package manager (pnpm version) - MCP Client details (e.g., Cursor version) **Tip:** You can attach images, recordings or log files by clicking this area to highlight it and then dragging files in.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CircleCI-Public/mcp-server-circleci'

If you have feedback or need assistance with the MCP directory API, please join our Discord server