Mmcp.market

ThinkReview MCP server

by Thinkode·io.github.Thinkode/thinkreview·v1.3.0

Live PR/MR code reviews via review_url_code. OAuth or portal Bearer auth.

A98/100grade A
What users say
No reviews yet
Be the first
Safety scan
A98/100

full report

Adoption
Growing

1 stars

Reviews

Write one

Nobody has reviewed ThinkReview yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

ThinkReview tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 176ms (auth required)20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 13 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 98/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the ThinkReview repository's README, as published. We do not edit it. Read it on GitHub

ThinkReview MCP

Hosted Model Context Protocol 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.

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:

reviewurlcode

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.

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

Authentication

Choose one method. Interactive configs for both are on portal.thinkreview.dev/mcp.

OAuth sessions are separate from the extension Bearer token. Regenerating the Bearer token does not revoke OAuth MCP sessions.

Prerequisites

  1. A ThinkReview account with an active plan or available review credits
  2. Git credentials under Settings → Integrations for the host of the PR you want to review
  3. An MCP client that supports Streamable HTTP, plus either:
  • OAuth for remote HTTP servers, or
  • A Bearer token from portal.thinkreview.dev/mcp

Quick start — OAuth (recommended)

Add a URL-only config, then Authenticate in your client (browser opens the ThinkReview portal).

Cursor

{
  "mcpServers": {
    "thinkreview": {
      "url": "https://mcp.thinkreview.dev/v1"
    }
  }
}

Enable thinkreview, click Authenticate, complete portal consent. Example: examples/oauth/cursor.mcp.json

Claude Code

CLI:

claude mcp add --transport http thinkreview https://mcp.thinkreview.dev/v1

Or config (~/.claude.json / project .mcp.json):

{
  "mcpServers": {
    "thinkreview": {
      "type": "http",
      "url": "https://mcp.thinkreview.dev/v1"
    }
  }
}

Example: examples/oauth/claude.mcp.json

Authenticate (OAuth)

  1. Start Claude Code and run /mcp.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http thinkreview https://mcp.thinkreview.dev/v1
Add to Cursor

ThinkReview: common questions

Is ThinkReview MCP server safe?
Yes, by our scan: it is graded A (98/100). Read the ThinkReview safety report
How do I install ThinkReview?
It runs remotely at mcp.thinkreview.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does ThinkReview need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is ThinkReview maintained?
The last commit was 14 days ago (2026-09-10). The latest release is v1.3.0.
Is ThinkReview up?
100% of our last 22 checks got an answer. We check remote servers about four times a day.
What can I use instead of ThinkReview?
Servers from other publishers that do the same job: Webanalyzer MCP server, Paxaver MCP server and MCP Server Auth Template. Compare all ThinkReview alternatives.

Alternatives to ThinkReview

Same job from other publishers: the closest match first, then the best rated.

All ThinkReview alternatives →
  • Webanalyzer
    Free website analyzer: score any public URL 0-100 across 8 quality dimensions. No auth.
    A
  • Paxaver
    MCP adapter for the Paxaver school community platform. Streamable HTTP, OAuth 2.1, capability auth.
    B
  • MCP Server Auth Template
    OAuth 2.1/OIDC resource-server reference for secure MCP authorization
    A
  • spintax.net MCP server
    Write, validate, render and analyze spintax templates. Backed by @spintax/core. No auth.
    A
  • Trent
    Security reviews, threat models over a repo or website, and remediation tracking, in your editor.
    A

More from Thinkode →