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.
Quick Start
Clone the repository:
git clone https://github.com/co-browser/attestable-mcp-serverClaude 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.