Cover image
Try Now
2025-04-14

Il s'agit d'un serveur MCP pour BuildKite.

3 years

Works with Finder

2

Github Watches

2

Github Forks

2

Github Stars

buildkite-mcp-server

Build status

This is an Model Context Protocol (MCP) server for Buildkite. The goal is to provide access to information from buildkite about pipelines, builds and jobs to tools such as Claude Desktop, GitHub Copilot and other tools, or editors.

Tools

  • get_pipeline - Get details of a specific pipeline in Buildkite
  • list_pipelines - List all pipelines in a buildkite organization
  • list_builds - List all builds in a pipeline in Buildkite
  • get_job_logs - Get logs for a specific job in Buildkite
  • list_artifacts - List all artifacts for a specific job in Buildkite
  • get_artifact - Get a specific artifact for a specific job in Buildkite
  • current_user - Get details of the current user in Buildkite
  • user_token_organization - Get the organization associated with the user token used for this request

Example of the get_pipeline tool in action.

Get Pipeline Tool

Production

Pull the pre-built image (recommended):

docker pull ghcr.io/buildkite/buildkite-mcp-server

Or build it yourself using GoReleaser and copy the binary into your path:

goreleaser build --snapshot --clean

configuration

Create a buildkite api token with read access to pipelines.

Claude Desktop Configuration

Use this configuration if you want to run the server buildkite-mcp-server Docker (recommended):

{
    "mcpServers": {
        "buildkite": {
            "command": "docker",
            "args": [
                "run",
                "-i",
                "--rm",
                "-e",
                "BUILDKITE_API_TOKEN",
                "ghcr.io/buildkite/buildkite-mcp-server",
                "stdio"
            ],
            "env": {
                "BUILDKITE_API_TOKEN": "bkua_xxxxxxxx"
            }
        }
    }
}

Configuration if you have buildkite-mcp-server installed locally.

{
    "mcpServers": {
        "buildkite": {
            "command": "buildkite-mcp-server",
            "args": [
                "stdio"
            ],
            "env": {
                "BUILDKITE_API_TOKEN": "bkua_xxxxxxxx"
            }
        }
    }
}

Goose Configuration

For Docker with Goose (recommended):

extensions:
  fetch:
    name: Buildkite
    cmd: docker
    args: ["run", "-i", "--rm", "-e", "BUILDKITE_API_TOKEN", "ghcr.io/buildkite/buildkite-mcp-server", "stdio"]
    enabled: true
    envs: { "BUILDKITE_API_TOKEN": "bkua_xxxxxxxx" }
    type: stdio
    timeout: 300

Local configuration for Goose:

extensions:
  fetch:
    name: Buildkite
    cmd: buildkite-mcp-server
    args: [stdio]
    enabled: true
    envs: { "BUILDKITE_API_TOKEN": "bkua_xxxxxxxx" }
    type: stdio
    timeout: 300

Contributing

Notes on building this project are in the Development.md

Disclaimer

This project is in the early stages of development and is not yet ready for use.

License

This project is released under MIT license.

相关推荐

  • av
  • Exécutez sans effort LLM Backends, API, Frontends et Services avec une seule commande.

  • 1Panel-dev
  • 🔥 1Panel fournit une interface Web intuitive et un serveur MCP pour gérer des sites Web, des fichiers, des conteneurs, des bases de données et des LLM sur un serveur Linux.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.

  • rulego
  • ⛓️RULEGO est un cadre de moteur de règle d'orchestration des composants de nouvelle génération légère, intégrée, intégrée et de nouvelle génération pour GO.

  • Byaidu
  • PDF Traduction de papier scientifique avec formats conservés - 基于 AI 完整保留排版的 PDF 文档全文双语翻译 , 支持 Google / Deepl / Olllama / Openai 等服务 , 提供 CLI / GUI / MCP / DOCKER / ZOTERO

  • sigoden
  • Créez facilement des outils et des agents LLM à l'aide de fonctions Plain Bash / JavaScript / Python.

  • hkr04
  • SDK C ++ MCP (Protocole de contexte modèle léger)

  • RockChinQ
  • 😎简单易用、🧩丰富生态 - 大模型原生即时通信机器人平台 | 适配 QQ / 微信 (企业微信、个人微信) / 飞书 / 钉钉 / Discord / Telegram / Slack 等平台 | 支持 Chatgpt 、 Deepseek 、 Dify 、 Claude 、 GEMINI 、 XAI 、 PPIO 、 OLLAMA 、 LM Studio 、阿里云百炼、火山方舟、 Siliconflow 、 Qwen 、 Moonshot 、 ChatGlm 、 Sillytraven 、 MCP 等 LLM 的机器人 / Agent | Plateforme de bots de messagerie instantanée basés sur LLM, prend en charge Discord, Telegram, WeChat, Lark, Dingtalk, QQ, Slack

  • dmayboroda
  • Rag de conversation sur site avec des conteneurs configurables

  • modelscope
  • Commencez à construire des applications multi-agents LLM, plus facilement.

    Reviews

    2.3 (4)
    Avatar
    user_JQnwjKPU
    2025-04-25

    As a dedicated user of the buildkite-mcp-server, I've found it to be an incredibly powerful and reliable tool for my CI/CD pipeline needs. Its seamless integration and efficient performance have significantly streamlined our build processes. Buildkite has truly delivered an outstanding server that caters to both beginners and advanced users alike. Highly recommend!

    Avatar
    user_cQNMLwfl
    2025-04-25

    I've been using buildkite-mcp-server for several months now, and it has significantly streamlined our CI/CD processes. The integration was seamless, and the performance is outstanding. Buildkite has truly outdone themselves with this tool, making automation incredibly efficient and reliable. Highly recommend for any development team looking to enhance their pipeline workflows!

    Avatar
    user_LWkOMjXi
    2025-04-25

    I've been using buildkite-mcp-server for a few months now and couldn't be more satisfied. The seamless integration and robust features have greatly improved our CI/CD processes. Buildkite has really outdone themselves with this one, providing a reliable, efficient, and user-friendly solution. Highly recommend to anyone looking to streamline their build pipelines.

    Avatar
    user_SC2EK7qr
    2025-04-25

    Buildkite-mcp-server is a fantastic orchestrator for managing CI/CD pipelines, making deployments smoother and more efficient. Its integration with multiple systems and robust API are standout features, allowing for a seamless experience. The detailed documentation and active community support from Buildkite greatly enhance its usability. Highly recommended for any development team looking to improve their continuous integration processes!