A local-first MCP bridge for Claude Code, Claude Desktop, and other MCP clients. 177 tools (LSP, debugger, terminal, git, GitHub, file ops) via a companion VS Code extension, with an optional layer for YAML automation recipes, a human approval queue, persistent decision traces, and OAuth 2.0 remote-access mode. MIT license, TypeScript, runs on macOS, Windows, and Linux. Published on npm as patchwork-os.
Server Config
{
"mcpServers": {
"patchwork-os": {
"command": "npx",
"args": [
"-y",
"patchwork-os"
]
}
}
}