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
JinniJinni is a tool to efficiently provide Large Language Models the context of your projects. It gives...View
MCP Remote Machine ControlA Model Context Protocol (MCP) server that provides comprehensive remote machine control capabilitie...View
Juspay MCP ToolsView
MCP Server BoilerplateA playground for Model Context Protocol (MCP) server built with TypeScript and Streamable HTTP trans...View
PyPI MCP Server🔍 Enabling AI assistants to search and access PyPI package information through a simple MCP interfa...View
Dify WorkflowA tool server for easy integration with Dify Workflow using the Model Context Protocol (MCP).View