Back to MCP Servers
Attestable
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.
securityrust
By co-browser
Installation
npx -y attestable-mcp-serverConfiguration
{
"mcpServers": {
"attestable-mcp-server": {
"command": "npx",
"args": ["-y", "attestable-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes