Jenkins MCP Server
@truxt-ai
About Jenkins MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jenkins-mcp-server": {
"command": "uv",
"args": [
"init",
"jenkins-mcp-server"
]
}
}
}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 Server?
It is a Model Context Protocol server that connects to Jenkins instances, allowing LLMs to access job data as resources, execute operations through tools, and use predefined prompts for common Jenkins interactions.
How to use Jenkins MCP Server?
Install Python 3.8+, set up a Jenkins instance, configure environment variables (JENKINS_URL, JENKINS_USERNAME, JENKINS_API_TOKEN), add dependencies with uv, and run the server in development mode with uv run mcp dev server.py.
Key features of Jenkins MCP Server
- Access Jenkins job configurations, build history, and status.
- Trigger builds, update job configurations, and manage tasks.
- Pre-defined interaction patterns for common Jenkins operations.
Use cases of Jenkins MCP Server
- Query Jenkins job status and build history via an LLM.
- Trigger builds and update job configurations automatically.
- Use predefined prompts for routine Jenkins tasks.
FAQ from Jenkins MCP Server
What does this server do?
It provides an MCP server that gives LLMs standardized access to Jenkins data and operations.
What are the runtime requirements?
Python 3.8+ and access to a Jenkins instance. Use uv for environment management.
How do I authenticate to my Jenkins instance?
Set the JENKINS_URL, JENKINS_USERNAME, and JENKINS_API_TOKEN environment variables.
How do I run the server?
Use uv run mcp dev server.py in the project directory after installing dependencies.
Frequently asked questions
What does this server do?
It provides an MCP server that gives LLMs standardized access to Jenkins data and operations.
What are the runtime requirements?
Python 3.8+ and access to a Jenkins instance. Use `uv` for environment management.
How do I authenticate to my Jenkins instance?
Set the JENKINS_URL, JENKINS_USERNAME, and JENKINS_API_TOKEN environment variables.
How do I run the server?
Use `uv run mcp dev server.py` in the project directory after installing dependencies.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments