Shared memory for AI agents
Remember, recall, and share knowledge across projects and teams. Give your AI development agents persistent memory that survives beyond a single conversation.
How it works
Simple commands to build your team's knowledge base.
Built for developer workflows
A lightweight CLI that fits naturally into how you already work.
Agent-native
Works with any AI agent that can run shell commands — no special plugins or integrations needed.
Structured memory
Free-form notes are automatically parsed into categorized, structured knowledge entries. Supports workflow memories for multi-step processes.
Semantic search
Vector-powered recall finds relevant knowledge even when you don't know the exact words used.
Cross-repo search
Search knowledge across all repos in your account with the --all flag.
Team knowledge
Multiple developers and agents contribute to the same shared knowledge base.
Dashboard UI
Browse, search, and manage memories in a visual dashboard with tribal ui. Includes an activity log to track agent and team interactions.
Get started in 60 seconds
Two commands and your agents have persistent memory.
Install
Install from PyPI. Requires Python 3.11+.
Initialize
Interactive setup — connects your API key, picks an LLM provider, and configures your agents.
Then start using it in any project:
Works with your agents
TribalMind integrates with any agent that can run shell commands.
tribal init generates an
AGENTS.md file that works across all of them.