DevOps MCP Server
About
A DevOps MCP server, python implementation, release in docker mode.
Details
- Author
- huangjien
- Downloads
- 151
- Categories
- Cloud Service
Jump to
- 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).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DevOps MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"devops mcp server": {
"devops-mcps": {
"command": "uvx",
"args": [
"run",
"devops-mcps"
]
}
}
}
}
McpServers
{
"devops-mcps": {
"command": "uvx",
"args": [
"run",
"devops-mcps"
]
}
}
DevOps MCP Server
A FastMCP-based MCP server providing a suite of DevOps tools and integrations.
This server operates in a read-only manner, retrieving data for analysis and display without modifying your systems. It's designed with safety in mind for DevOps environments.
Certified by MCP Review
Features
The DevOps MCP Server integrates with various essential DevOps platforms:
GitHub Integration
- Repository Management: Search and view repository details.
- File Access: Retrieve file contents from repositories.
- Issue Tracking: Manage and track issues.
- Code Search: Perform targeted code searches.
- Commit History: View commit history for branches.
- Public & Enterprise Support: Automatically detects and connects to both public GitHub and GitHub Enterprise instances (configurable via GITHUB_API_URL).
Jenkins Integration
- Job Management: List and manage Jenkins jobs.
- Build Logs: Retrieve and analyze build logs.
- View Management: Access and manage Jenkins views.
- Build Parameters: Inspect parameters used for builds.
- Failure Monitoring: Identify and monitor recent failed builds.
Artifactory Integration
- Repository Browsing: List items (files and directories) within Artifactory repositories.
- Artifact Search: Search for artifacts by name or path across multiple repositories using Artifactory Query Language (AQL).
- Item Details: Retrieve metadata and properties for specific files and directories.
- Authentication: Supports both token-based and username/password authentication.
Installation
Install the package using pip:
pip install devops-mcps
Usage
Run the MCP server directly:
devops-mcps
Transport Configuration
The server supports two communication transport types:
- stdio (default): Standard input/output.
- stream_http: HTTP streaming transport.
Local Usage:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

