Thinkode

Thinkreview MCP — AI skill for Claude Code

AI community

Hosted ThinkReview MCP — AI code reviews for PR/MR URLs from Cursor, Claude Code, and GitHub Copilot.

How to install Thinkreview MCP

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Thinkode/thinkreview-mcp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Thinkreview MCP does

Hosted ThinkReview MCP — AI code reviews for PR/MR URLs from Cursor, Claude Code, and GitHub Copilot.

Alternatives in AI

  • Agency Agents Zh — 🎭 211 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 16 种工具,覆盖工程/设计/营销/金融等 18 个部门 6.9k ★
  • CLI Continues — resume any AI coding session in another tool — Claude Code, Copilot, Gemini, Codex, Cursor 1.5k ★
  • Codesight — Universal AI context generator 979 ★

README

ThinkReview MCP

Hosted [Model Context Protocol](https://modelcontextprotocol.io) server for **AI code reviews** on pull request and merge request URLs.

Connect **Cursor**, **Claude Code**, **Claude Desktop**, or **GitHub Copilot**, paste a PR/MR URL, and get a structured review — without pasting a diff into chat.

Endpoint https://mcp.thinkreview.dev/v1
Transport Streamable HTTP
Auth OAuth (recommended) or Bearer token
Registry `io.github.Thinkode/thinkreview`
Product thinkreview.dev/features/mcp
Docs thinkreview.dev/docs/mcp-integration
Setup portal.thinkreview.dev/mcp

This repository is for **visibility and client documentation**. ThinkReview MCP runs as a **remote hosted server**. The review engine, auth, billing, and git integrations stay on ThinkReview infrastructure and are not published here.


What it does

ThinkReview MCP exposes one tool:

`review_url_code`

Run a live code review on a GitHub, GitLab, Azure DevOps, or Bitbucket PR/MR URL.

ThinkReview fetches changed files through your **stored git credentials** (portal Integrations) and returns a structured review: summary, suggestions, security notes, best practices, and suggested follow-up questions.

Parameter Required Description
prUrl Yes Full or domain-style PR/MR URL (e.g. https://github.com/org/repo/pull/42)
language No Response language (default: English)
mrId No Optional tracking ID for your workflow
forceRegenerate No true to bypass cache and force a new review

URL reviews use the **same review credits** as the ThinkReview browser extension.


Authentication

Choose one method. Interac