review-assist
Rank #5,142io.github.uditk2/review-assist-mcp
Turns an AI coding agent session into a reviewable Intent Document, validated against the diff.
review-assist is a Model Context Protocol (MCP) server published by uditk2. It ranks #5,142 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. review-assist is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Jul 29, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 110,449 of 115,591 servers on MCP Toplist.
Use review-assist
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add review-assist-mcp -- npx -y review-assist-mcp[mcp_servers.review-assist-mcp]
command = "npx"
args = ["-y", "review-assist-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"review-assist-mcp": {
"command": "npx",
"args": [
"-y",
"review-assist-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"review-assist-mcp": {
"command": "npx",
"args": [
"-y",
"review-assist-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"review-assist-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"review-assist-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"review-assist-mcp": {
"command": "npx",
"args": [
"-y",
"review-assist-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"review-assist-mcp": {
"command": "npx",
"args": [
"-y",
"review-assist-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.uditk2%2Freview-assist-mcp)<a href="https://mcptoplist.com/server/io.github.uditk2%2Freview-assist-mcp"><img src="https://mcptoplist.com/badge/io.github.uditk2%2Freview-assist-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
uditk2
Other servers by uditk2
View all uditk2 servers →Available versions (5)
| Version | Published |
|---|---|
| 1.0.2 | Aug 29, 2026 |
| 1.0.1 | Aug 25, 2026 |
| 1.0.0 | Aug 13, 2026 |
| 0.3.1 | Aug 6, 2026 |
| 0.2.10 | Jul 29, 2026 |
Frequently asked questions
- Who maintains review-assist?
- review-assist is maintained by uditk2, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is review-assist listed on the Official MCP Registry?
- Yes — review-assist is listed on the Official MCP Registry, alongside Glama.
- How many versions does review-assist have?
- MCP Toplist tracks 5 versions of review-assist, most recently published on Aug 29, 2026.
- Where can I find the source code for review-assist?
- The source code for review-assist is hosted at github.com/uditk2/review-assist.