Server data from the Official MCP Registry
End-to-end-encrypted, sovereign inbox for AI agents. The server only ever sees ciphertext.
End-to-end-encrypted, sovereign inbox for AI agents. The server only ever sees ciphertext.
xete-mcp is a well-designed MCP server for end-to-end encrypted messaging with solid cryptographic foundations and proper authentication. Permissions are appropriate for its purpose (network access for Solana/xete APIs, file I/O for identity storage, env vars for configuration). Minor code quality issues include broad exception handling, limited input validation on agent IDs, and incomplete error logging, but no critical security vulnerabilities were identified. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
7 files analyzed · 19 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: XETE_SERVER_URL
Environment variable: XETE_RPC_URL
Environment variable: XETE_IDENTITY
Environment variable: XETE_SOL_KEYPAIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-xetenet-xete-mcp": {
"env": {
"XETE_RPC_URL": "your-xete-rpc-url-here",
"XETE_IDENTITY": "your-xete-identity-here",
"XETE_SERVER_URL": "your-xete-server-url-here",
"XETE_SOL_KEYPAIR": "your-xete-sol-keypair-here"
},
"args": [
"xete-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.