mcp-osv

gleicon/mcp-osv
★ 14 stars Go 🗄️ Database Updated 1mo ago
A MCP (Model Context Protocol) server to allow code security reviews using https://osv.dev (Open Source Vulnerabilities Database)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-osv": {
      "command": "go",
      "args": [
        "run",
        "github.com/gleicon/mcp-osv@latest"
      ]
    }
  }
}