Parecode runs on your own machine — the client starts it, so there is no endpoint to ping. 86 installs a week from npm. Last commit 15 Jun 2026.
Token-aware ripgrep code search and atomic multi-file edits for coding agents.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
execSync("git clone --depth 1 " + repo.url + " " + repoPath, { stdio: "inherit" });
const repoPath = path.join(REPOS_DIR, repo.name);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add parecode -- npx -y parecode
{
"mcpServers": {
"parecode": {
"args": [
"-y",
"parecode"
],
"command": "npx"
}
}
}
[mcp_servers.parecode]
command = "npx"
args = ["-y", "parecode"]
{
"mcpServers": {
"parecode": {
"args": [
"-y",
"parecode"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"parecode": {
"args": [
"-y",
"parecode"
],
"command": "npx"
}
}
}
Local code search and task context packs for coding agents
MCP server for code search (ripgrep + fd) with structured, token-efficient output
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
Efficient context management: code search, evidence packs, and memory for coding agents.
A semantic search engine for files and code.
Context-aware code retrieval MCP server — ranked, gated results for AI coding agents
Source-linked CodeGraph exploration, ranked search, and static navigation for coding agents.
Git-aware safe file ops for AI agents: delete anything except git-tracked source code.
Answers built from our own checks of this server.