Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sbom Server

FreeNot checked

MCP server to perform a scan and produce an SBOM

GitHubEmbed

About

MCP server to perform a scan and produce an SBOM

README

Python MCP

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

from github.com/gkhays/mcp-sbom-server

Installing Sbom Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/gkhays/mcp-sbom-server

FAQ

Is Sbom Server MCP free?

Yes, Sbom Server MCP is free — one-click install via Unyly at no cost.

Does Sbom Server need an API key?

No, Sbom Server runs without API keys or environment variables.

Is Sbom Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sbom Server in Claude Desktop, Claude Code or Cursor?

Open Sbom Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sbom Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs