<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Subsis</title>
    <description>The latest articles on DEV Community by Subsis (@subsis_dev).</description>
    <link>https://dev.to/subsis_dev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3957150%2Fde39c9d8-c432-4f5b-9607-2882ce9bd639.png</url>
      <title>DEV Community: Subsis</title>
      <link>https://dev.to/subsis_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/subsis_dev"/>
    <language>en</language>
    <item>
      <title>I built a local MCP server that gives Claude Code real PR context — 33s reviews instead of 90s</title>
      <dc:creator>Subsis</dc:creator>
      <pubDate>Thu, 28 May 2026 18:19:42 +0000</pubDate>
      <link>https://dev.to/subsis_dev/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-instead-of-90s-4g1n</link>
      <guid>https://dev.to/subsis_dev/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-instead-of-90s-4g1n</guid>
      <description>&lt;h2&gt;
  
  
  The problem with Claude Code PR reviews
&lt;/h2&gt;

&lt;p&gt;I use Claude Code for almost everything. But PR reviews kept frustrating me.&lt;/p&gt;

&lt;p&gt;The workflow looks like this without tooling:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Find the PR URL&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;gh pr diff&lt;/code&gt; locally, copy ~800 lines&lt;/li&gt;
&lt;li&gt;Paste into Claude Code (often truncated mid-function)&lt;/li&gt;
&lt;li&gt;Ask for a review&lt;/li&gt;
&lt;li&gt;Get generic feedback: "this looks fine, consider adding error handling"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What's missing? &lt;strong&gt;Blame context&lt;/strong&gt; (who wrote this line, when, why), &lt;strong&gt;linked issues&lt;/strong&gt; (what bug was this PR supposed to fix), and a &lt;strong&gt;structured review format&lt;/strong&gt; that forces citations.&lt;/p&gt;

&lt;p&gt;Claude doesn't know any of that by default. You're asking it to review code with no archaeological context.&lt;/p&gt;

&lt;h2&gt;
  
  
  The fix: a local MCP server
&lt;/h2&gt;

&lt;p&gt;MCP (Model Context Protocol) lets you give Claude Code tools that run locally on your machine. The server speaks JSON-RPC over stdio and Claude calls your tools the same way it calls built-in tools.&lt;/p&gt;

&lt;p&gt;I built a Node.js MCP server with 4 tools backed by &lt;code&gt;gh&lt;/code&gt; CLI and local &lt;code&gt;git&lt;/code&gt;:&lt;/p&gt;

</description>
      <category>claude</category>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
