Skip to content
Grok

oss-search for Grok

io.github.sblattj/oss-search

Fast local and federated OSS code search and repo discovery for AI agents

client:Grok transport:stdio runtime:npm

Install oss-search in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "oss-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oss-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

oss-search in other clients