jenkins-http-mcp-server

mdtahmidhossain/jenkins-http-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
External Python MCP server for Jenkins 2.563 using normal Jenkins HTTP APIs, with read-only defaults, gated write tools, source-backed endpoint evidence, and Codex/Gemini setup docs.
View on GitHub → 🔍 Audit Wallet Slippage →

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-http-mcp-ser": {
      "command": "uvx",
      "args": [
        "jenkins-http-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install jenkins-http-mcp-server