DevOps MCP Server
@huangjien
关于 DevOps MCP Server
A DevOps MCP server, python implementation, release in docker mode.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"devops-mcps": {
"command": "uvx",
"args": [
"run",
"devops-mcps"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DevOps MCP Server?
A FastMCP-based MCP server providing a suite of DevOps tools and integrations. It operates in read-only mode, retrieving data for analysis and display without modifying systems, and is designed for safety in DevOps environments.
How to use DevOps MCP Server?
Install the package via pip (pip install devops-mcps). Run the server directly with devops-mcps (default stdio transport) or with --transport stream_http for HTTP streaming. Configure required environment variables for GitHub, Jenkins, and Artifactory, or use a .env file. The server also supports UVX and Make workflows.
Key features of DevOps MCP Server
- GitHub integration: repository search, file access, issue tracking, code search, commit history.
- Jenkins integration: job management, build logs, view management, failure monitoring.
- Artifactory integration: repository browsing, artifact search via AQL, item details.
- Supports both public GitHub and GitHub Enterprise (configure GITHUB_API_URL).
- Read-only operations for safety; no system modifications.
- Dynamic prompts for common DevOps tasks (daily check, build troubleshooting, repo health assessment).
Use cases of DevOps MCP Server
- Monitor Jenkins build failures and analyze logs for root cause investigation.
- Search and retrieve artifact metadata from Artifactory repositories.
- Perform daily DevOps check across GitHub repositories, Jenkins jobs, and infrastructure.
- Assess GitHub repository health with security and CI/CD analysis.
- Troubleshoot build failures with detailed logs and actionable recommendations.
FAQ from DevOps MCP Server
How do I install DevOps MCP Server?
Install using pip: pip install devops-mcps. Alternatively, use UVX: first run uvx install, then uvx run devops-mcps.
What transports are supported?
The server supports stdio (default) and stream_http (HTTP streaming on 127.0.0.1:3721/mcp by default).
What configuration is required?
You must set environment variables for GitHub (GITHUB_PERSONAL_ACCESS_TOKEN), Jenkins (JENKINS_URL, JENKINS_USER, JENKINS_TOKEN), and Artifactory (ARTIFACTORY_URL plus token or username/password). Optional variables include LOG_LENGTH, MCP_PORT, and PROMPTS_FILE.
Is the server read-only?
Yes, it operates in a read-only manner, retrieving data for analysis without modifying systems.
What dynamic prompts are available?
The server provides three built-in prompts: quick_repo_check (repository health assessment), daily_check (comprehensive monitoring), and build_troubleshoot (build failure investigation). These can be invoked via structured parameters or natural language.
云与基础设施 分类下的更多 MCP 服务器
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
评论