Azure Revisor MCP Server
@mikhael-abdallah
关于 Azure Revisor MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"azure-revisor": {
"type": "http",
"url": "http://localhost:3000/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
评论