data-ai MCP Server
MCP bridge between Claude Code and your IDE (170+ tools — LSP, debugger, terminal, git). Optional Patchwork OS layer adds recipes, approval queue, and oversight dashboard.
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx patchwork-os
2. Add to claude_desktop_config.json
{
"mcpServers": {
"patchwork-os": {
"command": "npx",
"args": [
"patchwork-os"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
cron weekly
After `githubCreatePR` succeeds
`setDebugBreakpoints`, `startDebugging`, `evaluateInDebugger`
file save
After branch switch
`runInTerminal`, `createTerminal`, `getTerminalOutput`, `waitForTerminalOutput`
git commit
Errors appear or clear
Tools
Tools
Fires when
Full Patchwork OS — automation + recipes + dashboard
test run
Test run completes (filter: any/failure/pass-after-fail)
`githubCreatePR`, `githubListPRs`, `githubCreateIssue`, `githubPostPRReview`, … (13 tools)
cron 08:00
Before/after Claude context compaction
`runClaudeTask`, `listClaudeTasks`, `getClaudeTaskStatus`
Best for
manual
Default behavior
Status
Protocol
manual
Bridge only — no automation, no recipe runner, no dashboard
Contents
cron 08:00
Any `.yaml`/`.yml` saved — runs preflight
`getGitStatus`, `getGitDiff`, `gitCommit`, `gitPush`, `gitCheckout`, `gitBlame`, … (16 tools)
Trigger
Matching files saved
Alias for `patchwork`