Jenkins
0
Manages Jenkins builds, jobs, artifacts, and queue operations via the Model Context Protocol (MCP) interface.
关于
The Jenkins Model Context Protocol (MCP) server provides a comprehensive interface for programmatic interaction with Jenkins instances. It offers robust tools for orchestrating CI/CD workflows, including triggering, stopping, and scheduling builds, retrieving detailed job and system information, and managing build artifacts and queues. Designed for seamless integration with MCP-compatible clients like GitHub Copilot or Claude Desktop, it empowers AI agents and other automated systems to interact with Jenkins, facilitating advanced automation and intelligent pipeline management.
主要功能
- 0 GitHub stars
- Automatic handling of Jenkins CSRF tokens and API token authentication
- Trigger, stop, schedule, and update Jenkins builds
- Retrieve comprehensive job and build information
- Manage and monitor build queues
- List and read build artifacts
使用案例
- Programmatically monitoring Jenkins instance status and build progress.
- Integrating Jenkins build and job management into AI-powered development environments.
- Automating Jenkins CI/CD tasks from AI agents or external applications.