code-review-mcp
Allows automated code review on GitHub repositories, including listing and retrieving pull requests, viewing diffs, and performing security, quality, and license checks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@code-review-mcpreview PR #5 in myorg/myrepo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Code Review MCP Server
MCP (Model Context Protocol) Server สำหรับ automated code review ผ่าน GitHub
Tools
Tool | Description |
| แสดงรายการ PRs ใน repo |
| ดึงรายละเอียดและไฟล์ที่เปลี่ยนใน PR |
| ดึง unified diff ของ PR |
| ดึงเนื้อหาไฟล์ใน repo |
| ตรวจ security issues (injection, XSS, secrets, weak crypto) |
| ตรวจ quality issues (debug code, error handling, type safety) |
| ตรวจ license headers และ dependency changes |
| รัน security + quality รวมในครั้งเดียว |
Related MCP server: GitHub PR Review MCP Server
Setup
# 1. Install dependencies
npm install
# 2. Copy env file
cp .env.example .env
# 3. Add your GitHub token to .env
GITHUB_TOKEN=ghp_your_token_hereRunning locally (dev)
npm run dev
# Server runs at http://localhost:3000Build & run
npm run build
npm startDeploy to Render
Push code to GitHub
Go to render.com → New → Web Service
Connect repository
Render auto-detects
render.yamlSet
GITHUB_TOKENin Environment VariablesDeploy
Deploy to Railway
Push code to GitHub
Go to railway.app → New Project → Deploy from GitHub repo
Set
GITHUB_TOKENin Variables tabRailway auto-builds and deploys
MCP Client configuration
Add to your MCP client config (e.g., Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"code-review": {
"url": "https://your-deployed-url.onrender.com/sse"
}
}
}For local dev:
{
"mcpServers": {
"code-review": {
"url": "http://localhost:3000/sse"
}
}
}GitHub Token
สร้าง token ที่ GitHub → Settings → Developer settings → Personal access tokens
Permissions ที่ต้องการ:
repo(read access to code, pull requests)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mawinnattapon/code-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server