Back to Browse

Devops On Prem MCP Server

Developer ToolsUse Caution4.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.5
Use Caution4.5High Risk

This is a well-structured MCP server for on-premises Azure DevOps with proper authentication support (NTLM, PAT, OAuth). Code quality is good with comprehensive input validation and error handling. Credentials are correctly stored via environment variables rather than hardcoded. The server's permissions (network_http, env_vars) appropriately match its purpose as a DevOps integration tool. Minor quality improvements around broad exception handling and additional logging safeguards could further strengthen the implementation. Supply chain analysis found 10 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 14 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.

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!