ThinkReview MCP - Version 1.2 Release Notes
Release Date: 24 July 2026
Product: MCP
---
🎯 What's New
ThinkReview MCP — live URL code reviews from your AI assistant 🧩
ThinkReview now ships a hosted MCP server at mcp.thinkreview.dev/v1. Connect it from Cursor, Claude Code, or GitHub Copilot and run code reviews on any pull request or merge request URL — without pasting a diff into chat.
The MCP exposes a single tool, review_url_code, which uses the same URL-review pipeline as our cloud API: ThinkReview fetches changed files through your stored git credentials and returns a structured review (summary, suggestions, security notes, best practices, and suggested questions).
MCP setup on the ThinkReview portal 🔑
A new MCP integration page in the webapp walks you through:
- Copying your personal Bearer authorization token
- Pasting ready-made config snippets for Cursor, Claude Code, and VS Code Copilot
- Understanding the review_url_code tool and optional parameters (language, mrId, forceRegenerate)
Your token is the same one used by the ThinkReview browser extension. Regenerating it invalidates the previous token across extension, webapp, and MCP clients.
Smarter URL review caching 🚀
URL-based reviews now detect when a PR has new commits. Instead of caching only by URL, ThinkReview fingerprints the changed-file list so you get a fresh review when the diff changes — and a cache hit when nothing has changed.
Clearer errors when git access fails ✨
If your GitHub token cannot reach a private repository (for example missing org access or SSO authorization), URL review and MCP now return actionable access denied messages instead of generic API errors.
---
🔧 Requirements
- A ThinkReview account with an active plan or available review credits
- A Personal Access Token configured under Settings → Integrations for the git host of the PR you want to review
- An MCP client that supports Streamable HTTP transport with Authorization: Bearer
---
📞 Support
- MCP setup: portal.thinkreview.dev/mcp
- Feedback: Share your feedback
- Bug reports: Use the "Report a Bug" button in the extension review panel
---
Thank you for using ThinkReview! 🚀