mcpserver
Verified Safeby LinhDangOpti
Overview
Integrate Azure DevOps work item queries with GitHub Copilot Chat through a local Model Context Protocol (MCP) server.
Installation
node dist/index.jsEnvironment Variables
- AZURE_DEVOPS_ORG_URL
- AZURE_DEVOPS_TOKEN
- AZURE_DEVOPS_PROJECT
- AZURE_DEVOPS_USER_EMAIL
- AZURE_DEVOPS_TEAM
Security Notes
The server uses Personal Access Tokens (PATs) for Azure DevOps, which are powerful. The documentation correctly advises using 'Work Items (Read)' scope and storing the token in a `.env` file, not hardcoded. Data is cached locally, minimizing direct external API calls during routine queries. No obvious 'eval' or direct arbitrary command execution from user input is present. Communication with Copilot is via stdio, avoiding typical network port vulnerabilities for the MCP server itself.
Similar Servers
github-mcp-server
Connects AI tools (agents, assistants, chatbots) directly to GitHub's platform, enabling natural language interactions for repository management, issue/PR automation, code analysis, and workflow automation.
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server to interact with Azure DevOps Services, enabling users to perform various tasks directly from their code editor via an agent (like GitHub Copilot).
mcp-server-azure-devops
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.