security

Attestable Mcp Server

An MCP server running inside a trusted execution environment (TEE) via Gramine, showcasing remote attestation using [RA-TLS](https://gramine.readthedocs.io/en/stable/attestation.html). This allows an MCP client to verify the server before conencting.

python
cloud
local
linux
security
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

co-browser/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.

GitHub: https://github.com/co-browser/attestable-mcp-server

Need More Details?

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

View Full Documentation on GitHub