MCP.so
ログイン

Azure Revisor MCP Server

@MCP-Mirror

Azure Revisor MCP Server について

Mirror of

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを 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 acts as a senior code reviewer for Azure DevOps pull requests. It is designed for developers using Cursor IDE who want automated, structured code review comments directly on PRs.

How to use Azure Revisor MCP Server?

Install Node.js v18+, pnpm, and Cursor IDE. Clone the repository, run pnpm install, set your AZURE_PAT in a .env file, then build with pnpm run build and start with pnpm start. Add the server to Cursor’s MCP configuration by including the JSON snippet with the SSE URL http://localhost:3000/sse. Use the provided sample prompt to trigger reviews on Azure DevOps pull requests.

Key features of Azure Revisor MCP Server

  • Reviews Azure DevOps pull requests automatically
  • Provides structured comments with severity ratings
  • Checks code standards, quality, and best practices
  • Integrates with Cursor IDE via MCP SSE transport
  • Requires only a personal access token for authentication

Use cases of Azure Revisor MCP Server

  • Automate code review for every Azure DevOps pull request
  • Enforce consistent coding standards across a team
  • Detect bugs, security issues, and logic errors before merge
  • Suggest refactoring for repetitive patterns

FAQ from Azure Revisor MCP Server

What runtime and dependencies are needed?

Node.js v18 or higher, pnpm, and a modern browser-based IDE (Cursor recommended).

How do I authenticate with Azure DevOps?

Set your Azure DevOps personal access token (AZURE_PAT) in a .env file.

What transport does the server use?

The server exposes an SSE endpoint at http://localhost:3000/sse for MCP communication.

Does the server have any known limits?

コメント

「クラウドとインフラ」の他のコンテンツ