Skip to content

firmware attestation mcp for Grok

io.github.csoai-org/firmware-attestation-mcp

Firmware Attestation MCP — hardware trust layer for sovereign AI. Scan firmware, check

client:Grok transport:stdio runtime:pypi

Install firmware attestation mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "firmware-attestation-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "firmware-attestation-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

firmware attestation mcp in other clients