Back to Apps

OVRSE
Supports UIby emphereio
Bounded AI remediation layer for fixing vulnerabilities safely instead of running blind upgrades.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
OVRSE connects AI assistants to a structured remediation intelligence layer, preventing dangerous 'blind upgrades' by recommending the least risky version that fixes a specific CVE.
Tools
scan_project: Scans directories for vulnerabilities across npm, pip, and Go.analyze_cve: Provides deep analysis of a CVE, including fix commands and stability signals.get_fix: Returns the exact bounded upgrade command for a specific package.batch_triage: Prioritizes multiple CVEs based on risk (CISA KEV, EPSS, CVSS).check_if_affected: Verifies if a specific package version is vulnerable.get_cve_verdict: Provides a quick risk assessment for prioritization.
Installation
{
"mcpServers": {
"ovrse": {
"command": "ovrse",
"args": ["mcp"]
}
}
}
Supported hosts
Claude, Cursor, Windsurf
Quick install
go install github.com/emphereio/ovrse/cmd/ovrse@latestInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add ovrse as a stdio MCP server in settings.Windsurf
Add ovrse to mcp_config.json.Claude Desktop
{
"mcpServers": {
"ovrse": {
"command": "ovrse",
"args": ["mcp"]
}
}
}





