Jenkins MCP Server
@truxt-ai
关于 Jenkins MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jenkins-mcp-server": {
"command": "uv",
"args": [
"init",
"jenkins-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论