MCP.so
Sign In

Azure Revisor MCP Server

@mikhael-abdallah

About Azure Revisor MCP Server

No overview available yet

Basic information

Category

Cloud & Infrastructure

Runtime

node

Transports

stdio

Publisher

mikhael-abdallah

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 integrates with Azure DevOps to automate code reviews on pull requests. It provides a structured review process covering code standards, quality, best practices, and project context. Designed for Cursor IDE, it helps enforce coding consistency and catch issues before merging.

How to use Azure Revisor MCP Server?

Install Node.js v18+, pnpm, clone the repository, install dependencies, and set your Azure Personal Access Token in a .env file. Build and run with pnpm run build && pnpm start. Then add the server to Cursor IDE by specifying "url": "http://localhost:3000/sse" in the MCP server configuration.

Key features of Azure Revisor MCP Server

  • Integrates with Azure DevOps pull requests
  • Uses a structured review prompt with severity ratings
  • Checks code standards, quality, and best practices
  • Supports file search for project context
  • Runs as an SSE-based MCP server on localhost:3000

Use cases of Azure Revisor MCP Server

  • Automated code review of Azure DevOps pull requests
  • Enforcing coding standards and best practices in team projects
  • Pre-merge quality assurance with severity‑based feedback

FAQ from Azure Revisor MCP Server

What runtime does Azure Revisor MCP Server require?

Node.js v18 or higher and pnpm are required.

How do I configure authentication?

Set your Azure Personal Access Token (AZURE_PAT) in a .env file.

Does it support only Cursor IDE?

Cursor IDE is recommended, but the server can be added to any MCP‑compatible client by pointing to the SSE URL.

Where does the server run?

It runs locally at http://localhost:3000/sse by default.

Comments

More Cloud & Infrastructure MCP servers