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)
{
"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