mindroom
A universal interface for AI agents with persistent memory, where every conversation has a home
What it is and what it does
MindRoom is a self-hosted multi-agent orchestration platform that runs AI agents as native Matrix users. Each agent is a persistent identity with its own memory, credentials, and tool access, living in a Matrix homeserver and accessible through any Matrix client or via bridges to Slack, Telegram, Discord, WhatsApp, IRC, and email. You define agents in YAML or via a web dashboard, and they collaborate in threads, share context across platforms, and retain memory between sessions.
The runtime handles agent routing, persistent memory via Mem0 and ChromaDB, sandboxed execution of tools (shell, Python, web search, Gmail, GitHub, Google Docs, Home Assistant, and 100+ more), knowledge-base indexing (RAG), scheduled tasks, model routing per agent or room, voice transcription and synthesis, and hot-reload of configuration and plugins without downtime. It scales from a laptop to Kubernetes and supports enterprise features like isolated execution workers and egress approval.
Use it for:
- Run specialist AI agents that collaborate in threads and share context across Slack, Discord, and email.
- Build a persistent AI assistant with memory of preferences and access to email, calendar, and documents.
- Automate workflows with scheduled tasks, tool approvals, and human escalation in isolated containers.
- Deploy AI agents across organization boundaries via Matrix federation for secure collaboration.
- Index and search knowledge bases with RAG, giving agents context-aware retrieval.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
MindRoom is a multi-agent runtime that deploys AI agents as persistent Matrix users, giving them access to 100+ integrated tools and persistent memory across chat platforms including Slack, Telegram, Discord, and email via Matrix bridges.
Yes, if you want a self-hosted, multi-agent platform with persistent memory and cross-platform reach. MindRoom is actively maintained, has no known vulnerabilities, and offers multi-agent orchestration, sandboxed tool execution, and Matrix-native federation. The 41 dependencies and Python 3.12+ requirement are substantial, but justified for teams building AI agent systems. Start with hosted Matrix to evaluate before self-hosting.
Install
mindroom on PyPI
pip
pip install mindroomuv
uv add mindroompoetry
poetry add mindroomInstalling mindroom
Before you install
Low install friction with a pure-Python wheel. Active maintenance with a recent release (2026-08-14) and steady commit history. Requires Python 3.12+ and depends on 41 runtime packages including major frameworks (FastAPI, Pydantic, anthropic, openai) and specialized libraries (chromadb, mem0ai, mcp), which represent a substantial dependency footprint.
License in practice
Apache-2.0 is permissive and poses no restriction on commercial or private use. You can modify and redistribute the code freely under the same license terms.
Quickstart
# Install
pip install mindroom
# Initialize config and environment
uvx mindroom config init
# Add API credentials (e.g., ANTHROPIC_API_KEY)
# Then start the runtime
uvx mindroom run
Requires Python 3.12 or later. Requires a Matrix homeserver (can use hosted mindroom.chat or self-host). Requires API keys for at least one AI model provider (Anthropic, OpenAI, Google, Groq, or Cerebras).
Verify before relying
- Whether all 41 runtime dependencies are required for basic operation or if some are optional for specific features.
- Performance characteristics and resource requirements for typical multi-agent deployments.
- Stability and breaking-change history since first release in 2025-07-29.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 41 — agno, aiohttp, aiosqlite, anthropic, anyio, authlib, cerebras-cloud-sdk, chromadb, cron-descriptor, croniter, cryptography, fastapi, filetype, google-auth, google-genai, groq, httpx, humanize, jinja2, json5, markdown-it-py, mcp, mdit-py-plugins, mem0ai, mindroom-nio, openai, packaging, pydantic-settings, pydantic, pygments |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 191,689/month — #9,877 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mindroom-2026.8.68-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
mem0aiMem0 adds a persistent, searchable memory layer…
permissive · top 5,000 on PyPI
echo-agentEcho Agent is a self-hosted, long-running AI…
permissive · top 15,000 on PyPI
stashaiStash is a CLI and MCP server that creates a…
permissive · top 15,000 on PyPI
agent-framework-mem0Integrates Mem0 persistent memory into…
permissive · top 15,000 on PyPI
autogen-agentchatProvides a high-level API for building…
permissive · top 5,000 on PyPI
reme-aiReMe is a local-first knowledge base that…
permissive · top 15,000 on PyPI
opencode-agent-hubCoordinates communication between multiple AI…
agpl · top 15,000 on PyPI
omnigentOmnigent is an open-source orchestration layer…
permissive · top 15,000 on PyPI
honcho-aiPython SDK for the Honcho conversational memory…
permissive · top 15,000 on PyPI
matrix-synapseMatrix Synapse is a homeserver implementation…
unclear · top 15,000 on PyPI