Azure DevOps
Manage Azure DevOps projects, work items, builds, and releases.
Deprecated use:
https://github.com/microsoft/azure-devops-mcp
Azure DevOps MCP
MCP server for Azure DevOps
Install requirements.txt
uv add -r requirements.txt
Run FastAPI server
uv run uvicorn app.main:app --reload
Configure the server to the client
{
"mcpServers": {
"example-sse": {
"url": "http://localhost:8000/sse",
"env": {}
}
}
}
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Sentry
Interact with the Sentry API to monitor application errors and performance.
Allyson
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
AI Sessions
Searching and access your AI coding sessions from Claude Code, Gemini CLI, opencode, and OpenAI Codex.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Code Sync MCP Server
Hot reload remote containerized Python applications directly from your IDE.
Wordware
Run your Wordware apps locally with an interactive setup.
MCP Client
A Python client for connecting to Model Context Protocol (MCP) servers, supporting local scripts and npx packages.
MCP-CLI Adapter
Use command line tools in a secure fashion as MCP tools.
Feature Discussion
An AI-powered server that facilitates feature discussions between developers and AI, acting as a lead developer to guide implementation and architectural decisions.
Remote MCP Server Authless Test
An example of deploying a remote MCP server on Cloudflare Workers without authentication.