Skip to main content
SecurityPython

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

securitycloud-servicelocal-servicelinux
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
co-browser