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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"jenkins-http-mcp-ser": {
"command": "uvx",
"args": [
"jenkins-http-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jenkins-http-mcp-ser uvx jenkins-http-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jenkins-http-mcp-ser": {
"command": "uvx",
"args": [
"jenkins-http-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install jenkins-http-mcp-server