Back to Apps

Patchloom
by patchloom
Safe, structured file editing for AI agents that preserves comments and batches multi-file edits into single tool calls.
0 stars
Works in:VS Code CopilotCursor
Exposes:Tools
What it does
Patchloom provides AI agents with a robust way to edit structured files (JSON, YAML, TOML) and Markdown without corrupting syntax. It replaces fragile text-matching with parser-backed selector edits and reduces LLM round-trips by batching multiple file operations into a single atomic transaction.
Tools
doc: Edit JSON/YAML/TOML values by selector path while preserving comments and formatting.batch: Combine multiple file edits across different files into one tool call.tx: Execute complex JSON-based transaction plans with format and validate lifecycle steps.md: Perform heading-aware edits to Markdown tables, sections, and bullets.patch: Apply unified diffs with stale context detection to handle drift.tidy: Normalize whitespace and newlines across text files.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"patchloom": {
"command": "patchloom",
"args": ["mcp-server"]
}
}
}
(Note: Requires patchloom binary installed via brew or cargo)
Supported hosts
Confirmed for Claude Desktop, VS Code, and any MCP-compatible client.
Quick install
brew install patchloom/tap/patchloomInformation
- Pricing
- free
- Published
- 6/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"patchloom": {"command": "patchloom", "args": ["mcp-server"]}}}





