PluginBench
MCP Server
Active
MIT

io.github.Dave-London/pare-search MCP Server

io.github.Dave-London/pare-search

What is the io.github.Dave-London/pare-search MCP server?

Pare Search ג€” Structured code search operations (ripgrep + fd) as typed JSON.

How to install io.github.Dave-London/pare-search

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pare-search": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/search"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pare-search": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/search"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pare-search": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/search"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pare-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/search"
      ]
    }
  }
}
Claude Code
claude mcp add pare-search -- npx -y @paretools/search

Related MCP servers

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

130
TypeScript
MIT
View repository →

Structured Rust cargo operations (build, test, clippy) as typed JSON.

130
TypeScript
MIT
View repository →

Structured Docker operations (ps, images, logs, build) as typed JSON.

130
TypeScript
MIT
View repository →

Structured git operations (status, log, diff, branch, show) as typed JSON.

130
TypeScript
MIT
View repository →

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

130
TypeScript
MIT
View repository →

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

130
TypeScript
MIT
View repository →