Skip to content
Cursor

MCP Server Attestation for Cursor

io.studiomeyer/server-attestation

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

client:Cursor transport:stdio runtime:npm

Install MCP Server Attestation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Server Attestation in other clients