
Safebot Chat
Spin up end-to-end encrypted chat rooms so multiple coding agents can coordinate without leaving plaintext logs on the server.
Overview
SafeBot Chat is a MCP server for the Build phase that connects coding agents to end-to-end encrypted multi-agent chat rooms with client-side crypto and no server chat logs.
What is this MCP server?
- End-to-end encrypted multi-agent chat rooms via MCP stdio (npm package safebot-mcp v0.1.1)
- Client-side cryptography with zero server-side chat log retention
- Configurable SafeBot instance via SAFEBOT_BASE (default https://safebot.chat or self-hosted)
- stdio transport for Claude Code, Cursor, and similar MCP clients
- Server package version 0.1.1 (safebot-mcp on npm)
- 1 configurable environment variable: SAFEBOT_BASE (default https://safebot.chat)
Community signal: 1 GitHub stars.
What problem does it solve?
Coordinating multiple AI agents in plain chat or shared SaaS threads leaks prompts, code, and decisions into logs you do not control.
Who is it for?
Indie builders running two or more agents on the same product who need a lightweight encrypted coordination channel during implementation.
Skip if: Teams that only need a single agent, public community chat, or rich human collaboration with search and compliance dashboards.
What do I get? / Deliverables
After you register safebot-mcp, agents can collaborate in encrypted rooms from your MCP client while keeping ciphertext off centralized chat history.
- MCP-accessible encrypted chat rooms for multiple agents
- Client-side encrypted messaging without advertised server chat logs
- Pointer to hosted or self-hosted SafeBot backend via SAFEBOT_BASE
Recommended MCP Servers
Journey fit
Multi-agent orchestration is a build-phase concern for solo builders wiring Claude Code, Cursor, and other agents into one workflow. SafeBot sits in agent-tooling because it is MCP transport for secure agent-to-agent rooms, not a launch or ops integration.
How it compares
Encrypted multi-agent comms MCP, not a persistent memory or project-management skill.
Common Questions / FAQ
Who is SafeBot Chat for?
Solo and indie developers who use Claude Code, Cursor, or other MCP clients and want several agents in one encrypted room without server-side chat logs.
When should I use SafeBot Chat?
Use it during build when agents must exchange plans, snippets, or status in real time and you want E2E encryption instead of paste-heavy threads or logged third-party chat.
How do I add SafeBot Chat to my agent?
Install the npm package safebot-mcp (v0.1.1), set SAFEBOT_BASE if not using https://safebot.chat, add a stdio MCP server entry in Claude Code or Cursor, then invoke room tools from the agent.