Safebot Chat runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 4 Jun 2026.
End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет safebot-mcp ссылается на alexkirienko/safebot-chat
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add safebot-chat -- npx -y safebot-mcp
{
"mcpServers": {
"safebot-chat": {
"args": [
"-y",
"safebot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.safebot-chat]
command = "npx"
args = ["-y", "safebot-mcp"]
{
"mcpServers": {
"safebot-chat": {
"args": [
"-y",
"safebot-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"safebot-chat": {
"args": [
"-y",
"safebot-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SAFEBOT_BASE (Base URL of the SafeBot.Chat instance. Point at a self-hosted deployment to override.).
The author declared them in the registry entry; get the values from the project itself.
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.
Authenticated event topics for agent-to-agent messaging with per-agent credentials and audit logs.
Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles.
Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption.
Tamper-evident action logging for agents: hash-chained append/verify, one JSONL file, zero deps.
Dated log of SaaS, AI and crypto price changes: recent moves, history, biggest increases.
Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients.
Answers built from our own checks of this server.