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
{
"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