DevOps MCP Server
@huangjien
About DevOps MCP Server
A DevOps MCP server, python implementation, release in docker mode.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"devops-mcps": {
"command": "uvx",
"args": [
"run",
"devops-mcps"
]
}
}
}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 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.
More Cloud & Infrastructure MCP servers
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
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.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Comments