cve-reference-mcp

cve-reference-mcp

Collects and returns reference materials for CVE write-ups from sources like NVD, CIRCL, OSV, EPSS, and GitHub Advisory.

Category
Visit Server

README

CVE Reference MCP Server

CVE ID를 입력받아 CVE 안내서 작성에 필요한 참고자료 목록을 수집·반환하는 MCP 서버입니다.

데이터 원본(NVD, CIRCL, OSV, EPSS, GitHub Advisory) 및 반환 참고자료의 상세 목록은 AGENTS.md § 1. MCP 서버 개요를 참조하세요.

빠른 실행 (npx / pnpm dlx)

별도 설치 없이 GitHub에서 바로 실행할 수 있습니다.

# npx
npx -y github:ch201y00n/cve-mcp

# pnpm
pnpm dlx github:ch201y00n/cve-mcp

Node.js 18 이상이 필요합니다 (global fetch API 사용).

로컬 설치

git clone https://github.com/ch201y00n/cve-mcp.git
cd cve-mcp
npm install

MCP 클라이언트 연동

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) 또는 %APPDATA%\Claude\claude_desktop_config.json (Windows) 에 추가:

{
  "mcpServers": {
    "cve-reference-mcp": {
      "command": "npx",
      "args": ["-y", "github:ch201y00n/cve-mcp"],
      "env": {
        "GITHUB_TOKEN": "ghp_xxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

또는 로컬 설치 후 직접 경로를 지정:

{
  "mcpServers": {
    "cve-reference-mcp": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/cve-mcp/src/index.mjs"],
      "env": {
        "GITHUB_TOKEN": "ghp_xxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Cursor

.cursor/mcp.json 에 추가:

{
  "mcpServers": {
    "cve-reference-mcp": {
      "command": "npx",
      "args": ["-y", "github:ch201y00n/cve-mcp"],
      "env": {
        "GITHUB_TOKEN": "ghp_xxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

GITHUB_TOKEN은 선택 사항이지만 있으면 GitHub Advisory 수집 Rate Limit이 60→5,000/시간으로 증가합니다.

제공 Tool 목록

get_cve_references

CVE 안내서용 참고자료를 전체 수집합니다.

파라미터 타입 기본값 설명
cve_id string (필수) 예: CVE-2021-44228
output_format json | markdown json 출력 형식
sources string[] 전체 수집할 원본 선택

get_cve_summary

NVD + EPSS 기반 핵심 정보만 간략 요약합니다.

파라미터 타입 기본값 설명
cve_id string (필수) 예: CVE-2021-44228

파라미터 상세 설명, 실제 출력 예시, 테스트 방법은 docs/GUIDE.md 를 참조하세요.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured