Skip to main content
SecurityGo

StacklokLabs/osv-mcp

Access the OSV (Open Source Vulnerabilities) database for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID.

securitycloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/StacklokLabs/osv-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Go
Author
StacklokLabs