Azure DevOps
HTTP-SSEAzure DevOps AI助手集成服务
Azure DevOps AI助手集成服务
This project serves as a reference server implementation for the Model Context Protocol (MCP) integrated with Azure DevOps. It enables AI assistants to interact with Azure DevOps resources and perform operations programmatically.
git clone <repository-url> cd azure-devops-mcp
npm install
.env.example to .envcp .env.example .env
npm start
Then add to Cursor:
Make sure you use the path http://localhost:3000/sse. You can change ports by defining one in the env.

The following environment variables need to be configured in your .env file:
AZURE_DEVOPS_ORG_URL: Your Azure DevOps organization URLAZURE_DEVOPS_PAT: Personal Access Token for Azure DevOps.env.examplenpm run build - Build the TypeScript projectnpm run dev - Run the server in development mode with hot reloadnpm start - Run the production serverMIT