DevOps On-Premises runs on your own machine — the client starts it, so there is no endpoint to ping. 164 installs a week from pypi. Last commit 22 Jul 2026.
MCP server for on-prem Azure DevOps: repos, pull requests, work items, and wiki.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-devops-on-prem -- uvx mcp-devops-onpremise
{
"mcpServers": {
"mcp-devops-on-prem": {
"args": [
"mcp-devops-onpremise"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-devops-on-prem]
command = "uvx"
args = ["mcp-devops-onpremise"]
{
"mcpServers": {
"mcp-devops-on-prem": {
"args": [
"mcp-devops-onpremise"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-devops-on-prem": {
"args": [
"mcp-devops-onpremise"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.