@re-agentation/mcp
v0.2.1
Published
MCP server that exposes Re-agentation annotation batches to Claude Code / Claude Desktop (stdio) and to Cursor / Windsurf / other clients (HTTP+SSE).
Downloads
528
Maintainers
Readme
@re-agentation/mcp
The agent side of Re-agentation: an MCP server (stdio + HTTP/SSE) that hands annotation batches to Claude Code, plus
re-agentation-apply— a local watcher that runs headless Claude to apply the edits, snapshots files for Undo/Redo, and captures before/after screenshots.
👉 See the root README for the full story, architecture, and setup.
Install
pnpm add -D @re-agentation/mcpMCP server
// .mcp.json (Claude Code / Claude Desktop)
{
"mcpServers": {
"re-agentation": { "command": "npx", "args": ["re-agentation-mcp"] },
},
}Then ask Claude Code: "re-agentation, process my batch" — it pulls the queued annotations over MCP and edits the files.
Auto-apply watcher (recommended)
Run once in your project root and leave it running — every Send in the app applies automatically:
npx re-agentation-applyThe watcher snapshots the working tree with git before each edit (so Undo/Redo revert every file a change touches), runs claude -p against the resolved file, triggers a clean reload only when an import/asset changes, and captures before/after screenshots for the History view. It uses xcrun simctl and ffmpeg when present (degrades gracefully).
Adding a brand-new npm dependency? Install it and restart Metro — a reload alone can't pick up a newly-installed package.
License
MIT © Jaehwa Jung & Re-agentation contributors
