Skip to content
VS Code

MCP Server Attestation for VS Code

io.studiomeyer/server-attestation

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

client:VS Code transport:stdio runtime:npm

Install MCP Server Attestation in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Server Attestation in other clients