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
This commit is contained in:
Juan Antonio Osorio 2025-06-03 06:05:16 +03:00 committed by GitHub
parent 11d2708dbd
commit ee6fceee36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.