Skip to content
Zed

ossfind for Zed

io.github.aniket-kr1030/ossfind

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

client:Zed transport:stdio runtime:npm

Install ossfind in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

ossfind in other clients