jenkins-mcp-server

bhayanak/jenkins-mcp-server
★ 1 stars TypeScript ⚙️ DevOps Updated 7d ago
Enables AI assistants to interact with Jenkins CI/CD pipelines - manage jobs, trigger builds, inspect build logs, monitor nodes, and query build history.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jenkins-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/jenkins-mcp-server"
      ]
    }
  }
}