Azure DevOps MCP Server (varnierg/MCP-for-AZURE-Devops) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 23 tools. No publisher has claimed this listing.

D
Caution
58/100

Azure DevOps MCP Server

MCP server that enables AI assistants to manage Azure DevOps resources including Work Items, Git repositories, pipelines, and user identities.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

varnierg

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 14 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: AZURE_DEVOPS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes23 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

connection.configure

Configures Azure DevOps credentials (Username & PAT) for a specific organization/project URL. Must be called first if not configured.

connection.test

Verifies connection to Azure DevOps for a configured organization.

api.call

Executes a generic Azure DevOps REST API call. Supports ALL DevOps endpoints. (Default API Version: 7.1)

api.docs

Searches the local database of Azure DevOps APIs and parameters to find the correct endpoints offline.

api.info

Gets full documentation for a specific Azure DevOps API endpoint. Checks the local database first and falls back to Microsoft specs online.

workitem.get

Retrieves details for a specific Azure DevOps work item by ID.

workitem.create

Creates a new work item (Bug, Task, User Story) in Azure DevOps.

workitem.update

Updates field values on an existing work item.

workitem.query

Searches work items using Work Item Query Language (WIQL) and returns batch details.

workitem.comment

Adds a new discussion comment to a work item.

workitem.link

Links two work items together using a relation type (e.g., Parent/Child, Duplicate, Related).

git.repos

Lists all Git repositories in the configured project.

git.file

Reads content of a file from an Azure DevOps Git repository.

git.push

Pushes file changes (adds, modifications, deletes) directly to a repository branch.

git.pr.create

Creates a Pull Request in a Git repository.

git.pr.get

Gets details and status of a Pull Request.

git.pr.update

Updates a Pull Request status (active, abandoned, completed).

git.pr.comment.create

Creates an inline code review comment thread on a file and line number in a PR.

git.pr.comment.list

Retrieves all threads and comments on a PR.

pipeline.run

Triggers a run of a pipeline.

pipeline.get

Retrieves status of a pipeline run.

pipeline.logs

Retrieves combined log content for a pipeline run.

identity.search

Searches for users or groups in the organization by name or email.

// known CVEs in dependencies14 high4 medium12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.6.8GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.6.8GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.6.8GHSA-43fc-jf86-j433

Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig

highaxios@1.6.8GHSA-4hjh-wcwx-xvwj

Axios is vulnerable to DoS attack through lack of data size check

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAZURE_DEVOPS_ORG
configAZURE_DEVOPS_ORGANIZATION
configAZURE_DEVOPS_PAT
configAZURE_DEVOPS_PROJECT
🔐 secretAZURE_DEVOPS_TOKEN
configAZURE_DEVOPS_USERNAME
configMCP_PORT
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

All four hints declared on every tool

23/23 tools missing one or more hints — connection.configure (missing: readOnlyHint, destructiveHint, openWorldHint); connection.test (missing: readOnlyHint, destructiveHint, openWorldHint); api.call (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +20 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

3 child_process/subprocess calls in production code — runs shell commands (generate-card.js:5, post-pack.js:16, post-pack.js:44)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 14 high severity in production deps — @modelcontextprotocol/sdk@1.0.1 (high), axios@1.6.8 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/varnierg/mcp-for-azure-devops?variant=verified)](https://m8ven.ai/mcp/varnierg/mcp-for-azure-devops)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 64bfbbe66f6f82e771dd9a8ceb111e78d138c91a
code hash: dd9db9e0488dc95f3cdc1a7a7936d814d9b1695998ecac1d6dc98a0520a22991
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client