Enables interaction with Jenkins servers through HTTP APIs, allowing users to list jobs, trigger builds, view logs, and manage configurations without requiring plugins or admin access.
{
"mcpServers": {
"jenkins-http": {
"command": "uvx",
"args": [
"jenkins-mcp-server"
]
}
}
}