Back to Home
StacklokLabs icon

osv-mcp

Verified Safe

by StacklokLabs

Overview

An MCP (Model Context Protocol) server that provides access to the OSV (Open Source Vulnerabilities) database for LLM-powered applications.

Installation

Run Command
./build/osv-mcp-server

Environment Variables

  • MCP_PORT
  • MCP_TRANSPORT

Security Notes

The server primarily acts as a proxy to the OSV API, handling input validation for network configuration (port, transport mode) and basic request parameters (commit, version, package_name, ecosystem, purl). It uses standard Go HTTP client practices with reasonable timeouts. There are no evident hardcoded secrets, 'eval' usage, or obvious command injection vulnerabilities in the provided code. The reliance on the `mark3labs/mcp-go` library's internal parsing mechanisms is an external dependency that would require separate audit, but its usage here appears correct.

Similar Servers

Stats

Interest Score21
Security Score8
Cost ClassMedium
Avg Tokens750
Stars25
Forks4
Last Update2025-12-17

Tags

Vulnerability ManagementOSV DatabaseLLM ApplicationsGoAPI Server