← Back to Plugins
MCP Server MCP

io.github.treza-labs/treza

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @treza/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@treza/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Treza Platform API base URL",
          "format": "string",
          "name": "TREZA_BASE_URL"
        },
        {
          "description": "Request timeout in milliseconds",
          "format": "string",
          "name": "TREZA_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...