Skip to content
Grok

ossfind for Grok

io.github.aniket-kr1030/ossfind

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

client:Grok transport:stdio runtime:npm

Install ossfind in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

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

ossfind in other clients