Odel
vulners mcp

vulners mcp

Local
@vulnerscom6PythonUpdated 4mo ago

MCP server for the Vulners.com API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIvulners-mcpv1.0.3

Run

uvx vulners-mcp

MCP client config

{
  "mcpServers": {
    "vulners-mcp": {
      "command": "uvx",
      "args": [
        "vulners-mcp"
      ]
    }
  }
}