Skip to content
Gemini CLI

osv mcp for Gemini CLI

io.github.mrfentmen/osv-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install osv mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

osv mcp in other clients