security

Attestable Mcp Server

An MCP server running inside a trusted execution environment (TEE) via Gramine, showcasing remote attestation using [RA-TLS](). This allows an MCP client to verify the server before conencting.

0
View on GitHub

Installation

npx -y co-browser/attestable-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "attestable-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "co-browser/attestable-mcp-server"
  ]
}

About This MCP Server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub

Related MCPs

View all →