Server data from the Official MCP Registry
MCP server for on-prem Azure DevOps: repos, pull requests, work items, and wiki.
MCP server for on-prem Azure DevOps: repos, pull requests, work items, and wiki.
This MCP server for on-premises Azure DevOps demonstrates good security practices with proper authentication handling and appropriate permissions for its use case. However, there are some code quality concerns around error handling and input validation that should be addressed. The server properly separates authentication methods (NTLM, PAT, OAuth) and uses environment variables for credential storage rather than hardcoding secrets. Supply chain analysis found 11 known vulnerabilities in dependencies (1 critical, 4 high severity). Package verification found 1 issue.
4 files analyzed · 18 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DEVOPS_API_URL
Environment variable: DEVOPS_USERNAME
Environment variable: DEVOPS_PASSWORD
Environment variable: DEVOPS_PAT
Environment variable: DEVOPS_TOKEN
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.