Skip to content
Cursor

oss-search for Cursor

io.github.sblattj/oss-search

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

client:Cursor transport:stdio runtime:npm

Install oss-search in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oss-search in other clients