MCP server for on-prem Azure DevOps: repos, pull requests, work items, and wiki.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Model Context Protocol MCP server for on-premises Azure DevOps that lets AI assistants browse repositories, review pull requests, manage work items, and interact with wikis.
Many organizations use on-premise DevOps solutions such as TFS or Azure DevOps Server in their projects. Integrating these systems with modern agentic AI tools and LLMs can be difficult. The official Microsoft Azure DevOps MCP server does not support these environments and is unlikely to support them in the future.
This MCP server closes that gap and enables smooth integration with on-premise DevOps systems.
This project is under active development, with features continuously added to meet current requirements. Community needs are highly valued — if you miss any features, please submit an Issue. User-requested features are fast-tracked and will be prioritized and added as soon as possible.
One of the most important features of this MCP server is NTLM authentication support. NTLM is required by many on-premises and enterprise environments where users authenticate with Windows domain credentials, either directly or over VPN. Most MCP servers for Azure DevOps target only cloud-hosted Azure DevOps Services with token-based auth and cannot connect to these environments.
Python 3.10+ and uv are required. If not yet installed, see installation guide.
Click one of the buttons below to install directly in your IDE. You will be prompted for credentials:
For other platforms, see Manual Installation in the Getting Started guide.
The MCP server can be installed manually in the following AI tools: VS Code, Visual Studio, Cursor, Goose, LM Studio, Amp, Claude Code, Claude Desktop, Codex, Gemini CLI, OpenCode, Qodo Gen, Warp, Windsurf, GitHub Copilot CLI, GitHub Copilot Coding Agent, and others.
For step-by-step instructions, see Manual Installation in the Getting Started guide.
The DEVOPS_API_URL must point to your full project URL:
The server supports three authentication methods. If you are unsure which one to use, start with NTLM because it is the most common for on-prem/VPN setups.
| Method | Description |
|---|---|
| NTLM (username + password) | Most common for on-prem/VPN. Usually the simplest first setup and best fallback if other options fail. |
| PAT (Personal Access Token) | Use when PAT is enabled and allowed. Tokens can expire, and token-based auth may be blocked by policy. Advantage: you do not store your account password in config. |
| OAuth Bearer Token | Advanced option for CI/CD pipelines. Requires OAuth 2.0 configured on your DevOps Server and a token source defined by your administrators. |
For detailed setup instructions for each method, see Authentication in the Getting Started guide.
If you used a permanent install, replace
"command": "uvx"with"command": "mcp-devops-onpremise"and remove the"args"line.
All configuration examples use mcp-devops-onpremise@latest, which instructs uvx to fetch the latest version automatically on every run.
For permanent installs and release notes, see Updating in the Getting Started guide.
| Tool | Description | Read-only |
|---|---|---|
devops_pull_request_get | Retrieve a pull request by ID, including linked work items and commit SHAs for diffing | ✅ |
devops_pull_request_write | Create or update pull requests, update reviewers, or cast your PR vote | ❌ |
devops_pull_request_list_threads | Returns a hierarchical list of non-deleted comment threads and their text comments | ✅ |
devops_pull_request_list_thread_comments | List non-deleted text comments in a specific thread | ✅ |
devops_pull_request_create_comment | Create a new thread with an initial comment (general or inline on a file/line) | ❌ |
devops_pull_request_reply_comment | Reply to an existing comment thread | ❌ |
devops_pull_request_update_thread | Update the status of a comment thread | ❌ |
devops_pull_request_update_comment | Update the text of an existing comment | ❌ |
devops_pull_request_delete_comment | Delete a comment from a pull request thread | ❌ |
| Tool | Description | Read-only |
|---|---|---|
devops_repository_list | List all repositories in the project | ✅ |
devops_repository_get | Retrieve repository details by name or ID | ✅ |
devops_repository_commit_changes | List files changed in a specific commit | ✅ |
devops_repository_diffs_commits | Get the difference between two commits (changed file paths) | ✅ |
devops_repository_item_content | Get raw file content at a specific commit or branch | ✅ |
devops_get_item_content_diff | Get line-level textual diff of a file between two commits (added lines prefixed +, removed -) | ✅ |
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/devops-on-premises)<a href="https://allmcps.com/mcp/devops-on-premises"><img src="https://allmcps.com/api/badge/devops-on-premises?style=directory" alt="DevOps On Premises on AllMCPs" /></a>