Servidor MCP SBOM
Servidor MCP para realizar un escaneo Trivy y producir un SBOM en formato CycloneDX.
Instalación
Prerrequisitos
Instale lo siguiente.
Clientes de MCP
Configuración
"mcpServers": {
"mcp-sbom": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-sbom",
"run",
"mcp-sbom"
]
}
}
Edificio
[!NOTA] Este proyecto emplea
uv
.
Sincronizar dependencias y actualizar el archivo de bloqueo.
uv sync
Depuración
Inspector de MCP
Utilice MCP Inspector .
Inicie el Inspector MCP de la siguiente manera:
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-sbom run mcp-sbom
Ventanas
Al ejecutar en Windows, utilice rutas del estilo:
C:/Users/gkh/src/mcp-sbom-server/src/mcp_sbom
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Un servidor de protocolo de contexto de modelo que realiza exploraciones Trivy para generar una lista de materiales de software (SBOM) en formato CycloneDX.
Related MCP Servers
- -securityFlicense-qualityA standalone Model Context Protocol server for Snyk security scanning functionality.
- AsecurityAlicenseAqualityA Model Context Protocol server for interacting with Redmine using its REST API, enabling the management of tickets, projects, and user data through integration with LLMs.Last updated -59MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.Last updated -122MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides structured workflow tools for managing software development projects through different complexity levels, offering specialized modes for project planning, design, implementation, and documentation.Last updated -5331