Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Moltline Code Review

com.moltlinestudio/codereview

Risk-scan a diff, flag AI-generated-code tells, find secrets. 5 of 7 tools need no account.

Uptime
100.0%
2 direct probes · 30d
Response
1297ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

review_diff

Risk-scan a unified diff the way a senior reviewer triages a PR. FREE. Flags added lines matching known risk patterns — injection sinks, disabled TLS, bare excepts, debug prints, TODOs, N+1 hints, le…

ai_code_smell_scan

Flag the tells of unreviewed AI-generated code in a source file. FREE. Detects comments that restate the next line, leaked assistant preambles, placeholder TODOs, shipped 'Example usage' blocks, over…

complexity_report

Report structural complexity of a source file, function by function. FREE. Measures per-function length, max nesting depth, and a cyclomatic-style branch count (if/for/while/case/&&/||/except), flagg…

secret_scan

Scan text for accidentally-committed machine credentials and private-key material. FREE. Reports each match's location and category so it can be rotated before it leaks. Detection is pattern-based ov…

review_checklist

Produce a focused pull-request review checklist for a language or stack. FREE. Covers the things that actually break in production, with extra items per language. Typical input {"language": "python"}…

security_deep_dive

Run an OWASP-oriented security pass over a source file. PREMIUM (license). Checks injection sinks, auth/session handling, crypto misuse, SSRF/deserialization, and unsafe file/path handling — each fin…

get_reviewer_persona

Load the Senior Reviewer persona for consistent, high-signal reviews. PREMIUM (license). The persona is a reviewing voice that is skeptical, specific, and kind — demands evidence over vibes and block…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "moltline_code_review": {
      "url": "https://mcp.moltlinestudio.com/codereview",
      "transport": "streamable-http"
    }
  }
}