Query OSV.dev for package vulnerabilities, audit dependency lists, and fetch advisory records using the Model Context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"osv-advisory-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Ricoactadvice690/osv-advisory-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add osv-advisory-mcp-ser npx -y Ricoactadvice690/osv-advisory-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"osv-advisory-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Ricoactadvice690/osv-advisory-mcp-server"
]
}
}
}