jenkins-mcp
Related Servers
Alternatives to jenkins-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server for interacting with a Jenkins CI/CD server. Allows you to trigger jobs, check build statuses, and manage your Jenkins instance through MCP.17 npm14Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP server for Jenkins to inspect builds, control jobs, and manage pipeline configuration.7 npmMIT
- AlicenseBqualityDmaintenanceEnables managing Jenkins operations like listing jobs, triggering builds, and checking build statuses through a configurable MCP server.310Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for managing multiple Jenkins instances via REST API, supporting job/build queries, triggering builds, and logs with optional read-only mode.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents and external systems to programmatically trigger and monitor Jenkins jobs, retrieve build status and logs via MCP standards.-
- AlicenseNot gradedqualityAmaintenanceA production-ready MCP server for Jenkins that enables managing jobs, pipelines, builds, and nodes through natural language, with configurable security and guardrails.2MIT
TDQS
Scored across 4 tools
Each tool has a distinct role in the Jenkins workflow: list available actions, trigger an action, fetch build status/result, and read console logs. The descriptions make it clear when to use each one, so an agent should not confuse them.
All tool names follow the same snake_case `verb_jenkins_noun` pattern: `list_jenkins_actions`, `run_jenkins_action`, `get_jenkins_build`, `get_jenkins_console`. The naming is uniform and predictable.
Four tools is well-scoped for this server's design: a discovery tool, a generic action trigger, a build status poller, and a console log reader. Each tool earns its place and there is no redundancy.
The discover-trigger-poll-debug lifecycle is well covered, giving agents a usable path from start to diagnosis. Minor gaps exist, such as no explicit cancellation, artifact retrieval, or listing builds independently of a just-triggered run, but these are workable limitations.