An MCP server that wraps Google's OSV-Scanner.
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-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"tedorigawa001/OSV-Scanner-MCP"
]
}
}
}
Run in terminal:
claude mcp add osv-scanner-mcp npx -y tedorigawa001/OSV-Scanner-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"osv-scanner-mcp": {
"command": "npx",
"args": [
"-y",
"tedorigawa001/OSV-Scanner-MCP"
]
}
}
}