Odel
IAMF Sentinel

IAMF Sentinel

Local
@jlivingston-cipherPythonApache-2.0Updated 3w ago

MCP server for the iamf-sentinel IAMF conformance validator and the iamf-loom packager

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIiamf-sentinel-mcpv0.2.2

Run

uvx iamf-sentinel-mcp

MCP client config

{
  "mcpServers": {
    "iamf-sentinel": {
      "command": "uvx",
      "args": [
        "iamf-sentinel-mcp"
      ]
    }
  }
}