Back to Home
saktheeswar icon

Azure_Devops_MCP_Server

Verified Safe

by saktheeswar

Overview

Enables AI agents to securely query Azure DevOps data (work items, projects, tickets) via a custom Model Context Protocol (MCP) server built with NestJS.

Installation

Run Command
npm run start:prod

Environment Variables

  • BASE_URL
  • AUSER_NAME
  • ADO_PAT
  • PORT

Security Notes

The server correctly uses environment variables for Azure DevOps Personal Access Token (ADO_PAT) and username, which is good practice. However, the `/mcp` HTTP endpoint itself does not appear to have explicit authentication or authorization built into the provided source code (e.g., API keys, OAuth for the server's own API). If deployed publicly without additional security layers (like an API Gateway or VPN), any client could access and make queries to Azure DevOps via this server, limited only by the permissions of the configured ADO_PAT. The `express-rate-limit` is a dependency but its usage is not evident in the provided `MCPController` code to prevent abuse.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Stars0
Forks0
Last Update2025-11-22

Tags

MCPAzure DevOpsAI AgentsNestJSWork Items