MCP.so
ログイン

Azure Revisor MCP Server

@mikhael-abdallah

Azure Revisor MCP Server について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

mikhael-abdallah

設定

以下の設定を使って、このサーバーを 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.

コメント

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