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 💡
OpenMCP
OpenMCP is a standard for converting web APIs into MCP servers and an open source registry of servers following the standard. It enables LLMs to fetch data and perform actions across various domains.
@aixbt/mcp-server
A MCP server integrating AIXBT data API to provide context services.
alexissinglaire/filesystemcustom_final
Node.js MCP server enabling filesystem operations like read/write, directory management, and search.
urlDNA
The urlDNA MCP Server enables LLM agents to interact with the urlDNA threat intelligence platform for URL scanning and phishing detection via an SSE interface.
KerolIA98/mcp-sample
An MCP server template integrating Mem0 to provide AI agents with persistent memory management via semantic search.
github-graphql-mcp-server
A Model Context Protocol (MCP) server that provides access to GitHub's GraphQL API. This server exposes a single tool that allows executing arbitrary GraphQL queries and mutations against GitHub's API.