Azure Revisor MCP Server
@mikhael-abdallah
About Azure Revisor MCP Server
No overview available yet
Basic information
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.
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Comments