Skip to content
Grok

osv mcp for Grok

io.github.mrfentmen/osv-mcp

Use this MCP server to OSV open source vulnerability data and package security checks. Tools...

client:Grok transport:stdio runtime:npm

Install osv mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "osv-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "osv-mcp"
      ]
    }
  }
}

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

osv mcp in other clients