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

Installation

npx -y attestable-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub