Skip to content
Cursor

ossfind for Cursor

io.github.aniket-kr1030/ossfind

Safety-ranked open-source component discovery for agents across six package ecosystems.

client:Cursor transport:stdio runtime:npm

Install ossfind in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ossfind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ossfind"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "LIBRARY_IO_API_KEY": "<LIBRARY_IO_API_KEY>",
        "OSSFIND_FIXTURES": "<OSSFIND_FIXTURES>"
      }
    }
  }
}

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

ossfind in other clients