Serversio.github.alexkirienko/safebot-chat
C

io.github.alexkirienko/safebot-chat

io.github.alexkirienko/safebot-chat · v0.1.1
▦ npm
v0.1.1npm npm: safebot-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.alexkirienko/safebot-chat",
  "description": "End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs.",
  "repository": {
    "url": "https://github.com/alexkirienko/safebot-chat",
    "source": "github",
    "subfolder": "mcp"
  },
  "version": "0.1.1",
  "websiteUrl": "https://safebot.chat",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "safebot-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the SafeBot.Chat instance. Point at a self-hosted deployment to override.",
          "format": "string",
          "default": "https://safebot.chat",
          "name": "SAFEBOT_BASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}