A Model Context Protocol (MCP) server implementation in Go that provides programmatic access to Jenkins CI/CD functionality. This server enables AI
Go Jenkins MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Go Jenkins MCP directly instead of describing what you should do. A Model Context Protocol (MCP) server implementation in Go that provides programmatic access to Jenkins CI/CD functionality. This server enables AI assistants and other MCP clients to interact with Jenkins instances through a standardized.
Once Go Jenkins MCP is connected, these are the calls the assistant has available:
Requirements — The Requirements tool exposed by this serverJobs — The Jobs tool exposed by this serverBuilds — The Builds tool exposed by this serverArtifacts — The Artifacts tool exposed by this serverQueue — The Queue tool exposed by this serverViews — The Views tool exposed by this serverBuilding — The Building tool exposed by this serverContributing — Contributions are welcome! Please: 1. Fork the repository 2. Create a feature branch 3. Add tests for your changes 4. Submit a pull requestYou will need 4 environment variables: JENKINS_URL, JENKINS_USERNAME, JENKINS_API_TOKEN, LOG_LEVEL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Go Jenkins MCP's toolset — Requirements, Jobs, Builds and 5 more — is a fair guide to whether it matches your workflow. It is maintained by nithishnithi; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Requirements | The Requirements tool exposed by this server. |
| Jobs | The Jobs tool exposed by this server. |
| Builds | The Builds tool exposed by this server. |
| Artifacts | The Artifacts tool exposed by this server. |
| Queue | The Queue tool exposed by this server. |
| Views | The Views tool exposed by this server. |
| Building | The Building tool exposed by this server. |
| Contributing | Contributions are welcome! Please: 1. Fork the repository 2. Create a feature branch 3. Add tests for your changes 4. Submit a pull request |
{
"mcpServers": {
"jenkins": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "JENKINS_URL=https://jenkins.example.com",
"-e", "JENKINS_USERNAME=your-username",
"-e", "JENKINS_API_TOKEN=your-api-token",
"-e", "JENKINS_TOOL_PREFIX=prod",
"ghcr.io/nithishnithi/jenkins-mcp-server:latest"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| JENKINS_URL | Endpoint or connection string the server talks to. | Yes |
| JENKINS_USERNAME | Configuration value read at startup. | Optional |
| JENKINS_API_TOKEN | Credential the server authenticates with. | Yes |
| LOG_LEVEL | Configuration value read at startup. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.