An MCP (Model Context Protocol) server that provides access to the [OSV (Open Source Vulnerabilities) database](https://osv.dev/).
Osv mcp mcp server connects Osv MCP to AI assistants that speak the Model Context Protocol. An MCP (Model Context Protocol) server that provides access to the OSV (Open Source Vulnerabilities) database.
An MCP (Model Context Protocol) server that provides access to the OSV (Open Source Vulnerabilities) database.
This project implements an SSE-based MCP server that allows LLM-powered applications to query the OSV database for vulnerability information. The server provides tools for:
Once connected, the assistant can call these 5 tools directly:
Prerequisites — The Prerequisites tool exposed by this serverquery_vulnerability — Query for vulnerabilities affecting a specific package version or commitquery_vulnerabilities_batch — Query for vulnerabilities affecting multiple packages or commits at onceget_vulnerability — The get_vulnerability tool exposed by this serverLinting — The Linting tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. Osv MCP sits in that group, and the shape of its toolset — Prerequisites, query_vulnerability, query_vulnerabilities_batch among others — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| query_vulnerability | Query for vulnerabilities affecting a specific package version or commit. |
| query_vulnerabilities_batch | Query for vulnerabilities affecting multiple packages or commits at once. |
| get_vulnerability | The get_vulnerability tool exposed by this server. |
| Linting | The Linting tool exposed by this server. |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.