safebot chat for VS Code
io.github.alexkirienko/safebot-chat
End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs.
client:VS Code
transport:stdio
runtime:npm
Install safebot chat in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "safebot-base",
"description": "SAFEBOT_BASE",
"password": true
}
],
"servers": {
"safebot-chat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"safebot-mcp"
],
"env": {
"SAFEBOT_BASE": "${input:safebot-base}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs