Azure DevOps MCP Proxy
Enables deployment of the Azure DevOps MCP server on Render's cloud platform for hosted access to Azure DevOps integration capabilities
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Azure DevOps MCP Proxyshow me active work items assigned to me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Azure DevOps MCP (Model Context Protocol)
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.
Features
Azure DevOps integration using official Node.js SDK
Support for Model Context Protocol (MCP)
Project management operations
Work item management
Repository operations
Code search capabilities
Related MCP server: Azure DevOps MCP Server
Prerequisites
Node.js (v18 or higher recommended)
Azure DevOps account with appropriate permissions
Azure DevOps Personal Access Token (PAT)
Installation
Clone the repository:
git clone <repository-url>
cd azure-devops-mcpInstall dependencies:
npm installConfigure environment variables:
Copy
.env.exampleto.envFill in the required environment variables:
cp .env.example .envAdd to Cursor
npm startThen add to Cursor:
Make sure you use the path http://localhost:3000/sse. You can change ports by defining one in the env.

Environment Configuration
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 DevOpsAdditional configuration variables as specified in
.env.example
Available Scripts
npm run build- Build the TypeScript projectnpm run dev- Run the server in development mode with hot reloadnpm start- Run the production server
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceEnables interaction with Azure DevOps through Cursor chat, providing tools to manage builds, pipelines, work items, sprints, and board operations. Supports secure authentication via Personal Access Tokens and allows natural language-driven DevOps task management.Last updated1
- AlicenseBqualityDmaintenanceEnables management of Azure DevOps work items including Epics, Features, User Stories, Tasks, and Bugs through natural language. Supports CRUD operations, WIQL queries, work item relationships, and retrieval of project metadata such as iterations and area paths.Last updated451,040MIT
- Flicense-qualityDmaintenanceEnables AI agents to interact with Azure DevOps through natural language, supporting work items, pull requests, sprints, boards, teams, repositories, and wiki pages.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Azure DevOps for managing work items, repositories, wikis, and automating development workflows.Last updatedMIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ennuiii/AzureMcpProxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server