From ee6fceee362281e978f3883a25c9d29173168906 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Tue, 3 Jun 2025 06:05:16 +0300 Subject: [PATCH] Add OSV MCP Server to Community Servers (#257) - Added StacklokLabs/osv-mcp to the Community Servers section - Provides access to OSV (Open Source Vulnerabilities) database - Supports querying vulnerabilities by package/commit and batch operations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89076de..c76eb9f 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[NPM Search](https://github.com/btwiuse/npm-search-mcp-server)** - Search for npm packages - **[Ntfy](https://github.com/gitmotion/ntfy-me-mcp)** - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!) - **[Obsidian](https://github.com/MarkusPfundstein/mcp-obsidian)** - Interacting with Obsidian via REST API +- **[OSV](https://github.com/StacklokLabs/osv-mcp)** - Access the [OSV (Open Source Vulnerabilities) database](https://osv.dev/) for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID. - **[OpenAI](https://github.com/pierrebrunelle/mcp-server-openai)** - Query OpenAI models directly from Claude using MCP protocol - **[OpenAPI Schema Explorer](https://github.com/kadykov/mcp-openapi-schema-explorer)** - Token-efficient access to OpenAPI/Swagger specs via MCP Resources - **[Pandoc](https://github.com/vivekVells/mcp-pandoc)** - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, and plain text, with other formats like PDF, csv and docx in development.