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-server-drupal
TypeScript-based MCP server for Drupal MCP module using STDIO transport
ebook-mcp
A Model Context Protocol (MCP) server designed for processing mainstream eBook formats like EPUB and PDF, enabling natural language interactions with digital books through LLMs for smart library management, interactive reading, and active learning.
MetaMCP
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker
mcp-fathom-analytics
An unofficial Model Context Protocol server for accessing Fathom Analytics data through an AI assistant
mcp-server-everything-search
An MCP server that provides fast file searching capabilities across Windows, macOS, and Linux. On Windows, it uses the Everything SDK. On macOS, it uses the built-in `mdfind` command. On Linux, it uses the `locate`/`plocate` command.
server-perplexity-ask
An MCP server that integrates with the Perplexity API to provide real-time web search capabilities for large language models within the Model Context Protocol ecosystem.