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.
「クラウドとインフラ」の他のコンテンツ
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
🐋 Docker MCP server
ckreilingMCP server for Docker
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
コメント