Advanced Features
Power user features for extended capabilities.
Advanced Features
Take BraceKit to the next level with these power user features.
Feature Overview
| Feature | What it does |
|---|---|
| MCP Servers | Connect external tools via Model Context Protocol |
| Memory System | AI remembers your preferences across conversations |
| Auto-Compact | Automatically summarize long conversations |
| Image Generation | Create images with Gemini or xAI |
| Gallery View | Browse all generated and attached images |
| Security & PIN | Protect your data with password lock |
MCP (Model Context Protocol)
MCP is a protocol for connecting external tools to AI assistants. With MCP servers, BraceKit can:
- Search the web (Google, Brave Search)
- Read and write files
- Query databases
- Access APIs
- And much more
Quick Setup
- Create a
.mcp.jsonfile in your project - Add server configurations
- BraceKit automatically connects
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "./"]
}
}
}
→ Full MCP guide
Memory System
The memory system lets BraceKit remember information across conversations:
- Personal preferences
- Coding style
- Project context
- Goals and interests
How it Works
- Enable memory in Settings
- Chat normally
- BraceKit extracts important information
- Future conversations include relevant memories
Auto-Compact
Long conversations eventually hit token limits. Auto-compact automatically summarizes old messages to make room for new ones.
When it Triggers
- At 90% of context window (configurable)
- Or manually with
/compactcommand
Image Generation
Generate images directly in chat using Gemini or xAI models.
Quick Start
- Select an image generation model
- Choose aspect ratio
- Describe your image
You: Generate a minimalist logo for a tech startup
BraceKit: [Generated image appears]
Gallery View
All generated and attached images are saved to a gallery:
- Browse by conversation
- Favorite important images
- Download or copy
- Jump to source conversation
→ Gallery guide
Security
Protect your API keys and conversations with PIN protection:
- Set a 4-8 digit PIN
- Auto-lock after timeout
- Secure storage for sensitive data
→ Security guide
Coming Soon
- Voice input
- Custom themes
- Export conversations
- Team sharing
MCP Servers
Connect external tools via HTTP-based Model Context Protocol.
Memory System
Let BraceKit remember your preferences across conversations.
Auto-Compact
Automatically summarize long conversations to stay within context limits.
Image Generation
Generate images directly in chat with Gemini or xAI models.
Gallery View
Browse all generated and attached images across conversations.
Security & PIN
Protect your API keys and conversations with PIN protection.