MCP SBOM Server - Secure MCP Server by ALMC Security 2025

MCP SBOM Server

View on GitHub

MCP SBOM Server

PythonMCP

MCP server to perform a Trivy scan and produce an SBOM in CycloneDX format.

Installation

Prerequisites

Install the following.

MCP Clients

Configuration

"mcpServers": {
        "mcp-sbom": {
            "command": "uv",
            "args": [
                "--directory",
                "/path/to/mcp-sbom",
                "run",
                "mcp-sbom"
            ]
        }
    }

Building

[!NOTE] This project employs uv.

  1. Synchronize dependencies and update the lockfile.
uv sync

Debugging

MCP Inspector

Use MCP Inspector.

Launch the MCP Inspector as follows:

npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-sbom run mcp-sbom

MCP Inspector

Windows

When running on Windows, use paths of the style:

C:/Users/gkh/src/mcp-sbom-server/src/mcp_sbom

Related in Development - Secure MCP Servers

ServerSummaryActions
Azure DevOpsA Stdio MCP server as dotnet tool to access Azure DevOps.View
Chalee MCP RAG一个基于 Model Context Protocol (MCP) 的 **RAG(检索增强生成)**服务器,提供文档处理、向量存储和智能...View
CDP MCP ServerA Model Context Protocol (MCP) server that provides direct access to the Composers' Desktop Project...View
Nessus MCP ServerA Model Context Protocol (MCP) server for interacting with the Tenable Nessus vulnerability scanner....View
Vibe CheckAdaptive metacognitive oversight for autonomous AI agents – a research-backed MCP server keeping LLM...View
Enrichr MCP ServerA Model Context Protocol (MCP) server that provides gene set enrichment analysis using the Enrichr A...View