Search runs on your own machine — the client starts it, so there is no endpoint to ping. 138 installs a week from npm. Last commit 19 Aug 2026.
MCP server for code search (ripgrep + fd) with structured, token-efficient output
We read the source, 19 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.
const output = execFileSync(resolver, [cmd], {
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 search -- npx -y @paretools/search
{
"mcpServers": {
"search": {
"args": [
"-y",
"@paretools/search"
],
"command": "npx"
}
}
}
[mcp_servers.search]
command = "npx"
args = ["-y", "@paretools/search"]
{
"mcpServers": {
"search": {
"args": [
"-y",
"@paretools/search"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"search": {
"args": [
"-y",
"@paretools/search"
],
"command": "npx"
}
}
}
MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output
Pare Search ג€” Structured code search operations (ripgrep + fd) as typed JSON.
Semantic + structural code search MCP server for AI-native development.
Code review as an MCP server — structured reviews with OWASP security scanning.
Token-aware ripgrep code search and atomic multi-file edits for coding agents.
MCP server for code structure analysis using tree-sitter.
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode
Answers built from our own checks of this server.