Back to Browse

Devops On Prem MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

This MCP server for on-premises Azure DevOps is well-structured with appropriate authentication mechanisms (NTLM, PAT, OAuth) and reasonable permissions scoping. The codebase demonstrates good security practices with input validation, proper error handling, and no evidence of malicious patterns. Minor code quality issues around broad exception handling and logging do not significantly impact the security posture. Supply chain analysis found 11 known vulnerabilities in dependencies (1 critical, 4 high severity). Package verification found 1 issue.

4 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Full Azure DevOps Server project URL, e.g. https://server/org/projectOptional

Environment variable: DEVOPS_API_URL

NTLM username, usually DOMAIN\usernameOptional

Environment variable: DEVOPS_USERNAME

NTLM passwordRequired

Environment variable: DEVOPS_PASSWORD

Personal Access Token for PAT authenticationRequired

Environment variable: DEVOPS_PAT

OAuth bearer token for bearer-token authenticationRequired

Environment variable: DEVOPS_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zwitbaum-mcp-devops-on-prem": {
      "env": {
        "DEVOPS_PAT": "your-devops-pat-here",
        "DEVOPS_TOKEN": "your-devops-token-here",
        "DEVOPS_API_URL": "your-devops-api-url-here",
        "DEVOPS_PASSWORD": "your-devops-password-here",
        "DEVOPS_USERNAME": "your-devops-username-here"
      },
      "args": [
        "mcp-devops-onpremise"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!