MCP server for code search (ripgrep + fd) with structured, token-efficient output
claude mcp add search -- npx -y @paretools/search
claude_desktop_config.json
{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"@paretools/search"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"@paretools/search"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"@paretools/search"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paretools/search"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"search": {
"command": "npx",
"args": [
"-y",
"@paretools/search"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Dave-London--search/reviews or the review_server meta-tool.
POST /mcp