Firmware Attestation MCP — hardware trust layer for sovereign AI. Scan firmware, check
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).
Run
uvx firmware-attestation-mcp
MCP client config
{
"mcpServers": {
"firmware-attestation-mcp": {
"command": "uvx",
"args": [
"firmware-attestation-mcp"
]
}
}
}