MCP Directory

toan203/osv-ui

GitHub
Developer Tools

Visual CVE audit dashboard for npm, Python, Go, and Rust. Scan from Claude/Cursor, opens a browser UI for human review (human-in-the-loop), applies fixes with explicit confirmation. Powered by OSV.dev.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx osv-ui

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from toan203/osv-ui your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "osv-ui": {
      "command": "uvx",
      "args": [
        "osv-ui"
      ]
    }
  }
}

Route toan203/osv-ui intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add osv-ui

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use toan203/osv-ui directly without routing

uvx osv-ui

New to Agent-CoreX? View setup guide →

toan203/osv-ui MCP Server — Agent-CoreX