kcve

kcve

0

The Kernel CVE MCP Server is a tool that clones the Linux kernel CVE List into an SQLite database, allowing users to query it via an MCP server. It includes commands for downloading and interacting with the CVE list data.

Kernel CVE MCP Server

The project clones the Linux kernel CVE List git repository into an SQLite database and allows querying this database via a basic MCP server.

Commands

  • Download the Kernel CVE list into a temporary directory and save it into an SQLite database.
  • stio-mcp - a standard I/O MCP server providing tools such as get_kernel_cve_info and search_kernel_cve_info.