Servers
O
Osv Ui Mcp
@toan203
Visual CVE audit dashboard for npm, Python, Go, and Rust projects. Scans your project manifests (package-lock.json, requirements.txt, go.sum, Cargo.lock) against OSV.dev live data, opens a browser dashboard for human review, then applies fixes only after explicit confirmation. Su
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"osv-ui": {
"command": "npx",
"args": [
"-y",
"osv-ui-mcp"
]
}
}
}