Skip to content
Cursor

safebot chat for Cursor

io.github.alexkirienko/safebot-chat

End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs.

client:Cursor transport:stdio runtime:npm

Install safebot chat in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "safebot-chat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "safebot-mcp"
      ],
      "env": {
        "SAFEBOT_BASE": "<SAFEBOT_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

safebot chat in other clients