{"slug": "i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-of", "title": "I built a local MCP server that gives Claude Code real PR context — 33s reviews instead of 90s", "summary": "A developer built a local MCP server that provides Claude Code with real PR context, including blame history, linked issues, and structured review formats. The tool reduces PR review time from 90 seconds to 33 seconds by giving the AI archaeological context about code changes rather than raw diffs alone.", "body_md": "I use Claude Code for almost everything. But PR reviews kept frustrating me.\n\nThe workflow looks like this without tooling:\n\n`gh pr diff`\n\nlocally, copy ~800 linesWhat's missing? **Blame context** (who wrote this line, when, why), **linked issues** (what bug was this PR supposed to fix), and a **structured review format** that forces citations.\n\nClaude doesn't know any of that by default. You're asking it to review code with no archaeological context.\n\nMCP (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.\n\nI built a Node.js MCP server with 4 tools backed by `gh`\n\nCLI and local `git`\n\n:", "url": "https://wpnews.pro/news/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-of", "canonical_source": "https://dev.to/subsis_dev/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-instead-of-90s-4g1n", "published_at": "2026-05-28 18:19:42+00:00", "updated_at": "2026-05-28 18:26:43.008228+00:00", "lang": "en", "topics": ["ai-tools", "ai-agents", "large-language-models"], "entities": ["Claude Code", "MCP", "Model Context Protocol", "Node.js", "gh", "git", "JSON-RPC"], "alternates": {"html": "https://wpnews.pro/news/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-of", "markdown": "https://wpnews.pro/news/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-of.md", "text": "https://wpnews.pro/news/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-of.txt", "jsonld": "https://wpnews.pro/news/i-built-a-local-mcp-server-that-gives-claude-code-real-pr-context-33s-reviews-of.jsonld"}}