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
AutodocumentAn MCP (Model Context Protocol) server that automatically generates documentation for code repositor...View
Typst MCP ServerA Model Context Protocol (MCP) server that provides Typst documentation to Claude Code and other MCP...View
Vibe-CoderA Model Context Protocol server that implements a structured development workflow for LLM-based codi...View
MCP ReasonerA reasoning implementation for Claude Desktop that lets you use both Beam Search and Monte Carlo Tre...View
Nextflow Developer ToolsA Model Context Protocol (MCP) server designed for Nextflow development and testing, built with Fast...View
MCP UtilsA Python utility package for building Model Context Protocol (MCP) servers.View