loading…
Search for a command to run...
loading…
AI Bill of Materials compliance tracking and SBOM generation for AI/ML systems
AI Bill of Materials compliance tracking and SBOM generation for AI/ML systems
Ai Bom MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_ai_bom |
Generate an AI-BOM in CycloneDX ML-BOM format (or SPDX 3.0) with all 10 required |
audit_ai_bom_completeness |
Audit an existing AI-BOM for completeness against the 10 required field categori |
map_to_regulation |
Map an AI-BOM against a specific regulatory framework's technical documentation |
required_fields |
List the 10 required AI-BOM field categories and their fields. |
sign_ai_bom_attestation |
Generate a cryptographically signed AI-BOM completeness attestation (Pro/Enterpr |
pip install meok-ai-bom-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ai-bom-mcp": {
"command": "python",
"args": ["-m", "meok_ai_bom_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"ai-bom-mcp": {
"command": "npx",
"args": []
}
}
}