Configure an AI-powered assistant that can chat with you and your guests.
Import a character card from chub.ai or compatible sources. Supports PNG cards, JSON (V1/V2), and lorebooks.
/chat/completions endpoint base{{user}} for the chatter's name, {{char}} for the bot's name.Let external AI agents (Claude Desktop, Cursor, custom tools) connect to your hub via the Model Context Protocol.
Quick setup for Claude Desktop / Cursor
Add this to your MCP client config:
Create bearer tokens for AI agents that don't support OAuth. Paste the token into the agent's config.
How MCP works
The Model Context Protocol lets AI assistants read your conversations, send messages, access files, and request your approval โ all through a standard API. Encrypted messages remain private; only plaintext content (AI bot chats, MCP-sent messages, and opt-in My Notes) is accessible. Tokens can be revoked at any time.
How it works
When you (or a guest in autonomous mode) send a message to the AI bot, your server queues the request, calls the LLM provider, and delivers the response as a regular chat message. The bot appears as a contact in your chat list. All API calls happen server-side โ your key is never exposed to clients.