Azure Revisor MCP ServerServer

mikhael-abdallah
GitHub
Code ReviewAzure DevOpsAI

Loading subscription status...

๐Ÿ’ก Description

A server integrated with Azure DevOps for AI-driven code review capabilities, built with TypeScript. It is designed to analyze and review pull requests, enabling effective management of code changes.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "azure-revisor": {
        "env": {
          "AZURE_PAT": "<SECRET_NAME>"
        },
        "args": [],
        "command": "http://localhost:3000/sse"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

Cursor IDEpnpm

โšก Features

  • AI-based code review
  • Integration with Azure DevOps
  • TypeScript based implementation

๐Ÿ’ฌ Example Queries

  • Review the differences in the mentioned pull request
  • Analyze the code changes for potential bugs
  • Check for adherence to coding standards in this PR