Back to Home
LinhDangOpti icon

mcpserver

Verified Safe

by LinhDangOpti

Overview

Integrate Azure DevOps work item queries with GitHub Copilot Chat through a local Model Context Protocol (MCP) server.

Installation

Run Command
node dist/index.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens300
Stars0
Forks1
Last Update2025-11-19

Tags

Azure DevOpsGitHub CopilotMCPAI AssistantWork Item Management