gitlab_review
gitlabでレビュー用のMCP Server
Documentation
MCP GitLab Review Server
MCPのGitLabサーバー拡張。マージリクエストへのレビューコメント投稿機能を提供します。
概要
Model Context Protocol (MCP) のGitLabサーバーに、マージリクエストのレビュー機能を追加した拡張サーバーです。以下の機能を提供します:
- マージリクエストの情報取得
- マージリクエスト最新バージョンの取得
- レビューコメントの投稿
環境変数の設定
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "xxxxxx",
"GITLAB_API_URL": "xxxxx"
}APIエンドポイント
// マージリクエストの取得
GET /api/v4/projects/:project_id/merge_requests/:merge_request_iid
// マージリクエストの最新バージョン取得
GET /api/v4/projects/:project_id/merge_requests/:merge_request_iid/versions
// レビューコメントの投稿
POST /api/v4/projects/:project_id/merge_requests/:merge_request_iid/discussionsLicense
MIT
Frequently asked questions
What is gitlab_review?
gitlab_review is gitlabでレビュー用のMCP Server
How do I install gitlab_review?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is gitlab_review open source?
Yes — it is hosted on GitHub at https://github.com/Photosynth-inc/gitlab_review and has 3 stars.
Related MCP tools
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP