Jenkins Mcp
@kjozsa
About Jenkins Mcp
MCP server for managing Jenkins operations, listing and triggering builds, reviewing build status.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jenkins-mcp": {
"command": "uvx",
"args": [
"jenkins-mcp"
],
"env": {
"JENKINS_URL": "",
"JENKINS_USERNAME": "",
"JENKINS_PASSWORD": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jenkins Mcp?
Jenkins Mcp is an MCP server for managing Jenkins operations. It allows users to list jobs, trigger builds, and check build status from an MCP client.
How to use Jenkins Mcp?
Install via Smithery using npx -y @smithery/cli install @kjozsa/jenkins-mcp --client claude or manually with uvx install jenkins-mcp. Configure by adding a JSON snippet with JENKINS_URL, JENKINS_USERNAME, and JENKINS_PASSWORD environment variables.
Key features of Jenkins Mcp
- List Jenkins jobs
- Trigger builds with optional parameters
- Check build status
Use cases of Jenkins Mcp
- Monitor Jenkins job statuses from an MCP client
- Trigger parameterized builds automatically
- Integrate Jenkins operations into AI-assisted workflows
FAQ from Jenkins Mcp
How do I install Jenkins Mcp?
Install via Smithery (npx -y @smithery/cli install @kjozsa/jenkins-mcp --client claude) or manually (uvx install jenkins-mcp).
How do I configure Jenkins Mcp?
Set the JENKINS_URL, JENKINS_USERNAME, and JENKINS_PASSWORD environment variables in the MCP server configuration.
What operations can Jenkins Mcp perform?
It can list Jenkins jobs, trigger builds with optional parameters, and check build status.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments