← Back to browse

DevOps On-Premises

Indexed by io.github.zwitbaum

About

MCP server for on-prem Azure DevOps: repos, pull requests, work items, and wiki.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDEVOPS_API_URL DEVOPS_USERNAME DEVOPS_PASSWORD DEVOPS_PAT DEVOPS_TOKEN
Claude Code
claude mcp add --env DEVOPS_API_URL= --env DEVOPS_USERNAME= --env DEVOPS_PASSWORD= --env DEVOPS_PAT= --env DEVOPS_TOKEN= mcp-devops-on-prem -- uvx mcp-devops-onpremise
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-devops-on-prem","command":"uvx","args":["mcp-devops-onpremise"],"env":{"DEVOPS_API_URL":"","DEVOPS_USERNAME":"","DEVOPS_PASSWORD":"","DEVOPS_PAT":"","DEVOPS_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "mcp-devops-on-prem": {
      "command": "uvx",
      "args": [
        "mcp-devops-onpremise"
      ],
      "env": {
        "DEVOPS_API_URL": "",
        "DEVOPS_USERNAME": "",
        "DEVOPS_PASSWORD": "",
        "DEVOPS_PAT": "",
        "DEVOPS_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.