A universal interface for AI agents with persistent memory, where every conversation has a home
Project description
mindroom
Your AI is trapped in apps. We set it free.
AI agents that learn who you are shouldn't forget everything when you switch apps. MindRoom agents follow you everywhere—Slack, Telegram, Discord, WhatsApp—with persistent memory intact.
Deploy once on Matrix. Your agents now work in any chat platform via bridges. They can even visit your client's workspace or join your friend's group chat.
Self-host for complete control or use our encrypted service. Either way, your agents remember you and can collaborate across organizations.
The Problem
Every AI app is a prison:
- ChatGPT knows your coding style... but can't join your team's Slack
- Claude understands your writing... but can't access your email
- GitHub Copilot helps with code... but can't see your project specs
- You teach each AI from scratch, over and over
Meanwhile, your human team collaborates across Slack, Discord, Telegram, and email daily. Why can't your AI?
The Solution
MindRoom agents:
- Live in Matrix - A federated protocol like email
- Work everywhere - Via bridges to Slack, Telegram, Discord, WhatsApp, IRC, email
- Remember everything - Persistent memory across all platforms
- Collaborate naturally - Multiple agents working together in threads
- Respect boundaries - You control which agent sees what data
Built on Proven Infrastructure
MindRoom leverages the Matrix protocol, a decade-old open standard with significant real-world adoption:
Foundation
- 10+ years of development by the Matrix.org Foundation
- €10M+ invested in protocol development
- 100+ developers contributing to the core ecosystem
- 35+ million users globally
Enterprise Validation
- German Healthcare: 150,000+ organizations using Ti-Messenger
- French Government: 5.5 million civil servants on Tchap
- Military Adoption: NATO, U.S. Space Force, and other defense organizations
- GDPR Compliant: Built for European privacy standards
What This Means For You
By building on Matrix, MindRoom inherits:
- Production-tested federation across organizations
- Military-grade E2E encryption (Olm/Megolm)
- Professional clients (Element, FluffyChat, Cinny)
- 50+ maintained bridges to other platforms
- Proven scale and reliability
This foundation allows MindRoom to focus entirely on agent orchestration and intelligence, rather than reimplementing communication infrastructure.
See It In Action
Monday, in your Matrix room:
You: @assistant Remember our project uses Python 3.11 and FastAPI
Tuesday, in your team's Slack (via bridge):
Colleague: What Python version are we using?
You: @assistant can you help?
Assistant: [Joins from Matrix] We're using Python 3.11 with FastAPI
Wednesday, in client's Telegram (via bridge):
Client: Can your AI review our API spec?
You: @assistant please analyze this
Assistant: [Travels from your server] I'll review this against our FastAPI patterns...
One agent. Every platform. Continuous memory.
The Magic Moment - Cross-Organization Collaboration
Thursday, your client asks in their Discord:
Client: Can our architect AI review this with your team?
You: Sure! @assistant please collaborate with them
Your Assistant: [Joins from your Matrix server]
Client's Architect AI: [Joins from their server]
Together: [They review architecture, sharing context from both organizations]
Two AI agents from different companies collaborating. This is impossible with ChatGPT, Claude, or any other platform.
But It Gets Better - Your Agents Work as a Team
Friday, planning next sprint:
You: @research @analyst @writer Create a competitive analysis report
Research: I'll gather data on our top 5 competitors...
Analyst: I'll identify strategic patterns and opportunities...
Writer: I'll compile everything into an executive summary...
[They work together, transparently, delivering a comprehensive report]
Key Features
🧠 Dual Memory System
- Agent Memory: Each agent remembers conversations, preferences, and patterns across all platforms
- Room Memory: Contextual knowledge that stays within specific rooms (work projects, personal notes)
🤝 Multi-Agent Collaboration
You: @research @analyst @email Create weekly competitor analysis reports
Research: I'll gather competitor updates
Analyst: I'll identify strategic patterns
Email: I'll compile and send every Friday
[They work together, automatically, every week]
💬 Direct Messages (DMs)
- Agents respond naturally in 1:1 DMs without needing mentions
- Add more agents to existing DM rooms for collaborative private work
- Complete privacy separate from configured public rooms
🔐 Intelligent Trust Boundaries
- Route sensitive data to local Ollama models on your hardware
- Use GPT-5.2 for complex reasoning
- Send general queries to cost-effective cloud models
- You decide which AI sees what
🔌 100+ Integrations
Gmail, GitHub, Spotify, Home Assistant, Google Drive, Reddit, weather services, news APIs, financial data, and many more. Your agents can interact with all your tools.
📅 Automation & Scheduling
- Daily check-ins from your mindfulness agent
- Scheduled reports and summaries
- Event-driven workflows (conditional requests converted to polling schedules)
- Background tasks with human escalation
Who This Is For
- Teams using Matrix/Element - Add AI to your existing secure infrastructure without migration
- Open Source Projects - Agents that remember all decisions and can visit contributor chats
- Consultants & Agencies - Your AI can securely join client workspaces
- Privacy-Focused Organizations - Self-host everything, own your data completely
- Developers - Build on our platform, contribute agents, extend functionality
Quick Start
Prerequisites
Installation and starting
# Clone and install
git clone https://github.com/mindroom-ai/mindroom
cd mindroom
uv sync --all-extras
# Terminal 1: Start backend (agents + API)
uv run mindroom run
# Terminal 2: Start frontend (optional, for web UI)
./run-frontend.sh
The web interface will be available at http://localhost:3003
First Steps
In any Matrix client (Element, FluffyChat, etc):
You: @mindroom_assistant What can you do?
Assistant: I can coordinate our team of specialized agents...
You: @mindroom_research @mindroom_analyst What are the latest AI breakthroughs?
[Agents collaborate to research and analyze]
How Agents Work
Agent Response Rules
Agents ONLY respond in threads (not main room). Within threads:
- Mentioned agents always respond - Tag them to get their attention
- Single agent continues - One agent in thread? It keeps responding
- Multiple agents collaborate - They work together, not compete
- Smart routing - System picks the best agent for new threads
Available Commands
!help [topic]- Get help!schedule <task>- Schedule a task!list_schedules- List scheduled tasks!cancel_schedule <id>- Cancel a scheduled task!edit_schedule <id> <task>- Edit an existing scheduled task!widget [url]- Add configuration widget!config <operation>- Manage configuration!hi- Show welcome message!skill <name> [args]- Run a skill by name
Note for Self-Hosters
This repository contains everything you need to self-host MindRoom. The saas-platform/ directory contains infrastructure and code specific to running MindRoom as a hosted service and can be safely ignored by self-hosters.
Configuration
Basic Setup
- Create
config.yaml(for example):
agents:
assistant:
display_name: Assistant
role: A helpful AI assistant
model: default
rooms: [lobby]
models:
default:
provider: anthropic
id: claude-sonnet-4-5-latest
defaults:
markdown: true
- Configure your Matrix homeserver and API keys (optional, defaults shown):
export MATRIX_HOMESERVER=https://your-matrix.server
export ANTHROPIC_API_KEY=your-key-here
# Optional: use a non-default config location
# export MINDROOM_CONFIG_PATH=/path/to/config.yaml
Deployment Options
🏠 Self-Hosted
Complete control on your infrastructure:
# Using your existing Matrix server
MATRIX_HOMESERVER=https://your-matrix.server uv run mindroom run
# Or let MindRoom handle everything locally
uv run mindroom run
☁️ Our Hosted Service (Coming Soon)
Zero setup, enterprise security:
- End-to-end encrypted (we can't read your data)
- Automatic updates and scaling
- 99.9% uptime SLA
- Start free, scale as needed
🔀 Hybrid
Mix and match:
- Sensitive rooms on your server
- General rooms on our cloud
- Agents collaborate seamlessly across both
Architecture
Technical Stack
- Matrix: Any homeserver (Synapse, Conduit, Dendrite, etc.)
- Agents: Python with matrix-nio
- AI Models: OpenAI, Anthropic, Ollama, or any provider
- Memory: Mem0 + ChromaDB vector storage (persistent on disk)
- UI: Web widget + any Matrix client
Philosophy
We believe AI should be:
- Persistent: Your AI should remember and learn from every interaction
- Ubiquitous: Available wherever you communicate
- Collaborative: Multiple specialists working together
- Private: You control where your data lives
- Natural: Just chat—no complex interfaces
Status
- ✅ Production ready with 1000+ commits
- ✅ 100+ integrations working today
- ✅ Multi-agent collaboration with persistent memory
- ✅ Federation across organizations and platforms
- ✅ Self-hosted & cloud options available
- ✅ Voice transcription for Matrix voice messages
- ✅ Text-to-speech tools via OpenAI, Groq, ElevenLabs, and Cartesia
- 🚧 Mobile apps in development
- 🚧 Agent marketplace planned
Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
From the developer of 10+ successful open source projects with thousands of users. MindRoom represents 1000+ commits of production-ready code, not a weekend experiment.
License
- Repository (except
saas-platform/): Apache License 2.0 - SaaS Platform (
saas-platform/): Business Source License 1.1 (converts to Apache 2.0 on 2030-02-06)
Acknowledgments
Built with:
- Matrix - The federated communication protocol
- Agno - AI agent framework
- matrix-nio - Python Matrix client
mindroom - AI that follows you everywhere, remembers everything, and stays under your control.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mindroom-2026.2.73.tar.gz.
File metadata
- Download URL: mindroom-2026.2.73.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
048d19d5ab4c7d36ff45b7e86f6aa9672301c8e52311af63b3d5f30ce3b4caf5
|
|
| MD5 |
d13c2ff72ccca375823129a8c36624c3
|
|
| BLAKE2b-256 |
fb7b47fa65b3f16594fd413dee90bfcff15755c889232feb61f7cebe1450c286
|
Provenance
The following attestation bundles were made for mindroom-2026.2.73.tar.gz:
Publisher:
release.yml on mindroom-ai/mindroom
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mindroom-2026.2.73.tar.gz -
Subject digest:
048d19d5ab4c7d36ff45b7e86f6aa9672301c8e52311af63b3d5f30ce3b4caf5 - Sigstore transparency entry: 953440220
- Sigstore integration time:
-
Permalink:
mindroom-ai/mindroom@1d1d82e51b7f89b012cb850e800769262379e4b7 -
Branch / Tag:
refs/tags/v2026.2.73 - Owner: https://github.com/mindroom-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1d1d82e51b7f89b012cb850e800769262379e4b7 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mindroom-2026.2.73-py3-none-any.whl.
File metadata
- Download URL: mindroom-2026.2.73-py3-none-any.whl
- Upload date:
- Size: 483.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
076cee69d05f4e60fc97e7f8d04517b9b87f8a23d91726f3c0235e789e6f73df
|
|
| MD5 |
a77fd83e5d92715f7227bade077687e5
|
|
| BLAKE2b-256 |
83a16190bfb304b94873ed4ea9e96b86fa0d5ee84d7a5247a118dde76a5ebd2c
|
Provenance
The following attestation bundles were made for mindroom-2026.2.73-py3-none-any.whl:
Publisher:
release.yml on mindroom-ai/mindroom
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mindroom-2026.2.73-py3-none-any.whl -
Subject digest:
076cee69d05f4e60fc97e7f8d04517b9b87f8a23d91726f3c0235e789e6f73df - Sigstore transparency entry: 953440221
- Sigstore integration time:
-
Permalink:
mindroom-ai/mindroom@1d1d82e51b7f89b012cb850e800769262379e4b7 -
Branch / Tag:
refs/tags/v2026.2.73 - Owner: https://github.com/mindroom-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1d1d82e51b7f89b012cb850e800769262379e4b7 -
Trigger Event:
release
-
Statement type: