Skip to main content
Glama
dmc5179

Red Hat Security Data API MCP Server

by dmc5179

Red Hat Security Data API MCP Server

一个 Model Context Protocol (MCP) 服务器,让 Claude 等 LLM 能够访问 Red Hat Security Data API。通过自然语言查询 CSAF 公告、CVE 和 OVAL 流数据。

功能说明

该服务器提供六个工具,封装了 Red Hat Security Data API v1.0:

工具

描述

search_csaf

按日期、严重性、CVE、软件包或 RHSA ID 搜索 CSAF 公告文档

get_csaf_details

获取特定公告的完整 CSAF 文档

search_cves

按日期、严重性、CVSS 分数、CWE、软件包或产品搜索 CVE

get_cve_details

获取完整的 CVE 详情,包括受影响的版本和缓解措施

list_oval_streams

列出可用的 OVAL v2 流文件

get_oval_stream

获取特定产品(例如 RHEL9)的 OVAL 流数据

快速入门

npm install
npm run build
npm start

该服务器通过 stdio 使用 MCP 协议运行。请参阅下面的文档,了解如何将其连接到 Claude Desktop 或其他 MCP 客户端。

文档

项目结构

src/
  index.ts          MCP server entry point and tool registration
  api-client.ts     HTTP client for the Red Hat Security Data API
  tools/
    csaf.ts         search_csaf, get_csaf_details
    cve.ts          search_cves, get_cve_details
    oval.ts         list_oval_streams, get_oval_stream
Containerfile       Multi-stage production build
build.sh            Container image build script (Podman)
podman-compose.yml  Local testing configuration (podman compose)

许可证

参见 LICENSE

-
license - not tested
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

  • Query and retrieve information about various adversarial tactics and techniques used in cyber atta…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmc5179/redhat-security-data-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server