# SoonPatch (free MCP for Claude Code) > SoonPatch is a free MCP server for Claude Code. Paste a Slack bug report and Claude resolves it: SoonPatch finds which of your repos the report is about — across every project on your machine — and drafts the fix in the session you're already in. SoonPatch runs locally and drives the Claude Code you already use. There is no SoonPatch subscription, account, API key, or backend. Your source never leaves your machine; only the prompt and the result move. SoonPatch sends anonymous, content-free usage stats (an install count and which tools run — never your messages, code, or repo names); opt out with SOONPATCH_NO_TELEMETRY=1 or DO_NOT_TRACK=1. It investigates and proposes fixes in your session; you review and keep or discard them with git. Nothing auto-merges. ## How it works - Install: one line drops the MCP into Claude Code and registers a skill (no account, no API key). - Paste the Slack link: in any Claude Code session, paste a Slack permalink and say "resolve it." SoonPatch fetches the full thread, replies and screenshots included. - Locate & fix: SoonPatch hands Claude a CASE BRIEF of every repo on your machine — discovered from ~/.claude/projects, with branches, recent commits, recently-changed files, and active sessions — so the model finds the right repo (even one you're not in) and drafts the fix in place. ## Install ``` curl -fsSL https://soonpatch.com/install-mcp.sh | sh claude mcp add --scope user soonpatch -- ~/.soonpatch/bin/soonpatch-mcp ``` ## Key facts - Price: free. Runs on the Claude Code you already pay for. - Platforms: macOS and Linux (Linux build is a static binary, any distro). - Integrations: Slack (paste a report or permalink) and Claude Code (the install you already use). - Privacy: local-first — no backend, no account; your source never leaves your machine. Only anonymous, content-free usage stats are sent (install count + which tools run, never code/messages/repo names); opt out with SOONPATCH_NO_TELEMETRY=1 or DO_NOT_TRACK=1. - Safety: investigates and drafts; you review and commit with git. Nothing auto-merges. ## Pages - [Home](https://soonpatch.com/): Product overview, how it works, the case brief, and install.