mcp-revisor-server
2
Azure Revisor MCP Server is a project that allows users to review code with a focus on standards, quality, and practices. It is built with TypeScript and operates as a Model Context Protocol server for integration with tools like Cursor IDE.
Azure Revisor MCP Server
A TypeScript-based server project designed for reviewing code with a focus on best practices, code standards, and code quality. It requires Node.js, pnpm, and Cursor IDE for setup.
Prerequisites
- Node.js (v18 or higher)
- pnpm
- Cursor IDE (recommended)
Installation
- Clone the repository.
- Install dependencies with pnpm.
- Set your AZURE_PAT in a
.env
file.
Running the Project
- Build and run in production mode with pnpm.
Using
- Focus on reviewing code, adhering to coding standards, quality, and best practices during pull request reviews.