Odel
MCP Server Attestation

MCP Server Attestation

Local
@studiomeyer-ioTypeScriptMITUpdated 2w ago

Ed25519-signed MCP tool manifests + spawn attestation. Layer-2 supply-chain hardening.

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).

npmmcp-attest-demov0.2.0

Run

npx -y mcp-attest-demo

MCP client config

{
  "mcpServers": {
    "mcp-server-attestation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-attest-demo"
      ]
    }
  }
}