A MCP (Model Context Protocol) server to allow code security reviews using https://osv.dev (Open Source Vulnerabilities Database)
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-osv go run github.com/gleicon/mcp-osv@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-osv": {
"command": "go",
"args": [
"run",
"github.com/gleicon/mcp-osv@latest"
]
}
}
}