Azure Revisor MCP Server
@MCP-Mirror
About Azure Revisor MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"azure-revisor": {
"type": "http",
"url": "http://localhost:3000/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Azure Revisor MCP Server?
A TypeScript-based MCP server that acts as a senior code reviewer for Azure DevOps pull requests. It is designed for developers using Cursor IDE who want automated, structured code review comments directly on PRs.
How to use Azure Revisor MCP Server?
Install Node.js v18+, pnpm, and Cursor IDE. Clone the repository, run pnpm install, set your AZURE_PAT in a .env file, then build with pnpm run build and start with pnpm start. Add the server to Cursor’s MCP configuration by including the JSON snippet with the SSE URL http://localhost:3000/sse. Use the provided sample prompt to trigger reviews on Azure DevOps pull requests.
Key features of Azure Revisor MCP Server
- Reviews Azure DevOps pull requests automatically
- Provides structured comments with severity ratings
- Checks code standards, quality, and best practices
- Integrates with Cursor IDE via MCP SSE transport
- Requires only a personal access token for authentication
Use cases of Azure Revisor MCP Server
- Automate code review for every Azure DevOps pull request
- Enforce consistent coding standards across a team
- Detect bugs, security issues, and logic errors before merge
- Suggest refactoring for repetitive patterns
FAQ from Azure Revisor MCP Server
What runtime and dependencies are needed?
Node.js v18 or higher, pnpm, and a modern browser-based IDE (Cursor recommended).
How do I authenticate with Azure DevOps?
Set your Azure DevOps personal access token (AZURE_PAT) in a .env file.
What transport does the server use?
The server exposes an SSE endpoint at http://localhost:3000/sse for MCP communication.
Does the server have any known limits?
—
Frequently asked questions
What runtime and dependencies are needed?
Node.js v18 or higher, pnpm, and a modern browser-based IDE (Cursor recommended).
How do I authenticate with Azure DevOps?
Set your Azure DevOps personal access token (`AZURE_PAT`) in a `.env` file.
What transport does the server use?
The server exposes an SSE endpoint at `http://localhost:3000/sse` for MCP communication.
Basic information
More Cloud & Infrastructure MCP servers
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Muumuu Domain MCP Server
pepaboThe official MCP server for Muumuu Domain by GMO Pepabo, Inc — the first remote MCP server in the Japanese domain registrar industry. Search and register domains, manage owned domains and contracts, and configure DNS rec
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Cloudflare MCP Server
cloudflareSupabase MCP Server
coleam00Supabase MCP server created in Python.
Comments