Back to MCP Servers
Osv
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.
securityai
By StacklokLabs
Installation
npx -y osv-mcpConfiguration
{
"mcpServers": {
"osv-mcp": {
"command": "npx",
"args": ["-y", "osv-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes