← Back to browse

treza

Indexed by io.github.treza-labs

About

Manage secure enclaves (TEEs) with attestation, payments, and signing for AI agents.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTREZA_BASE_URL TREZA_TIMEOUT
Claude Code
claude mcp add --env TREZA_BASE_URL= --env TREZA_TIMEOUT= treza -- npx @treza/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"treza","command":"npx","args":["@treza/mcp"],"env":{"TREZA_BASE_URL":"","TREZA_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "treza": {
      "command": "npx",
      "args": [
        "@treza/mcp"
      ],
      "env": {
        "TREZA_BASE_URL": "",
        "TREZA_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.