Skip to content
Grok

search for Grok

io.github.dave-london/search

MCP server for code search (ripgrep + fd) with structured, token-efficient output

client:Grok transport:stdio runtime:npm

Install search in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/search"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

search in other clients