Kernel CVE MCP Server
This clones the linux kernel CVE List git repo, into an sqlite database and then allows querying this DB with a really basic MCP server.
See: https://lore.kernel.org/linux-cve-announce/_/text/mirror/ for details.
Commands
kernel-list-to-sqlite- Download the Kernel CVE list into a temporary dir and save the contents into an sqlite database.stio-mcp- stdio MCP server which provides theget_kernel_cve_infoandsearch_kernel_cve_infotools.
Config
You need to specify the location of the DB file, so use something like this:
{
"mcpServers": {
"kernel-cve-info": {
"command": "/Users/mpf/Projects/kcve/stdio-mcp",
"args": ["-db", "/Users/mpf/Projects/kcve/commits.db"]
}
}
}
Recommend MCP Servers 💡
mcp-sentry-custom
A Model Context Protocol (MCP) server designed to retrieve and analyze issues from Sentry.io or self-hosted Sentry instances.
mcp-solver
A Model Context Protocol (MCP) server that exposes SAT, SMT and constraint solving capabilities to Large Language Models
hitl-mcp-server
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs
@nftgo/mcp-nftgo-api
A Model Context Protocol server providing access to NFTGo Developer API for Ethereum NFT data
arush15june/zammad-mcp-go
A MCP Server enabling interaction with the Zammad API for ticket and user management
qdrant/mcp-server-qdrant
An official Model Context Protocol (MCP) server for Qdrant, a vector search engine, providing semantic memory capabilities to LLM applications for storing and retrieving information.