Skip to content

MCP Server Attestation for Zed

io.studiomeyer/server-attestation

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

client:Zed transport:stdio runtime:npm

Install MCP Server Attestation in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Server Attestation in other clients