Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"treza": {
"env": {
"TREZA_BASE_URL": "https://app.trezalabs.com"
},
"args": [
"@treza/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
TypeScript SDK for interacting with TREZA's privacy-preserving KYC system and secure enclave management platform.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@treza/sdk' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @treza/sdk against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / ai-ml
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.treza-labs/treza and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
TypeScript SDK for interacting with TREZA's privacy-preserving KYC system and secure enclave management platform.
fetch or axios to handle 402 responses transparently@treza/mcp for Claude, Cursor, and any MCP-compatible agent/.well-known/ai-plugin.jsonTreza enclaves are designed to work with AI agents out of the box. Three integration paths are available:
The @treza/mcp package exposes all Treza operations as MCP tools. Add it to any MCP-compatible client:
{
"mcpServers": {
"treza": {
"command": "npx",
"args": ["@treza/mcp"],
"env": {
"TREZ
... [View full README on GitHub](https://github.com/treza-labs/treza-sdk#readme)