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
The GitHub MCP Server enables AI agents, assistants, and chatbots to interact with GitHub's platform for repository management, issue/PR automation, CI/CD intelligence, code analysis, and team collaboration through natural language.
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server that enables AI agents to interact with Azure DevOps, performing tasks such as managing work items, repositories, pipelines, test plans, wikis, and advanced security directly from a code editor.
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.