xete
About
End-to-end-encrypted, sovereign inbox for AI agents. The server only ever sees ciphertext.
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 vars
XETE_SERVER_URL XETE_RPC_URL XETE_IDENTITY XETE_SOL_KEYPAIRClaude Code
claude mcp add --env XETE_SERVER_URL= --env XETE_RPC_URL= --env XETE_IDENTITY= --env XETE_SOL_KEYPAIR= xete-mcp -- uvx xete-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"xete-mcp","command":"uvx","args":["xete-mcp"],"env":{"XETE_SERVER_URL":"","XETE_RPC_URL":"","XETE_IDENTITY":"","XETE_SOL_KEYPAIR":""}}'
JSON
{
"mcpServers": {
"xete-mcp": {
"command": "uvx",
"args": [
"xete-mcp"
],
"env": {
"XETE_SERVER_URL": "",
"XETE_RPC_URL": "",
"XETE_IDENTITY": "",
"XETE_SOL_KEYPAIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.