
Parecode
Give coding agents token-efficient repo search and safe multi-file edits through ripgrep-backed MCP tools.
Overview
Parecode MCP is a MCP server for the Build phase that provides token-aware ripgrep code search and atomic multi-file edits for coding agents.
What is this MCP server?
- Token-aware ripgrep code search tuned for LLM context limits
- Atomic multi-file edits to reduce partial refactors
- npm stdio package parecode at version 0.5.2
- GitHub-hosted server aimed at coding agent workflows
- Server version 0.5.2
- npm package identifier parecode with stdio transport
Community signal: 2 GitHub stars.
What problem does it solve?
Agents waste context on noisy search results and risky piecemeal edits that break references across files.
Who is it for?
Indie developers running local MCP agents on medium or large codebases who need efficient search plus coordinated patches.
Skip if: Builders who want cloud-hosted repos only or who refuse to grant agents filesystem edit tools.
What do I get? / Deliverables
Search stays within useful token budgets and multi-file changes apply atomically so refactors stay consistent in the repo.
- MCP tools for token-bounded repository search
- Atomic multi-file edit operations for agent-driven changes
- Stdio MCP bridge version 0.5.2 for local development
Recommended MCP Servers
Journey fit
How it compares
Local code search and edit MCP server, not a code review skill or CI test runner.
Common Questions / FAQ
Who is Parecode MCP for?
Solo builders and agent users who want ripgrep-backed discovery and safer multi-file edits inside MCP-capable coding clients.
When should I use Parecode MCP?
Use it during Build when agents must navigate unfamiliar repos or perform cross-file refactors without exhausting context windows.
How do I add Parecode MCP to my agent?
Install the npm stdio package parecode at 0.5.2, point your MCP config at the local server, and ensure ripgrep is available for the workspace you open.