
Pattern
by orual
A stateful agent platform based on MemGPT with Loro CRDT memory and multi-agent coordination.
What it does
Pattern is a high-performance platform for building stateful agents that can manage their own long-term memory. It implements a MemGPT-inspired architecture, allowing agents to recall, search, and manage context across extended sessions. It also supports the creation of 'constellations'—groups of specialized agents that collaborate to provide cognitive support, specifically designed for neurodivergent users.
Tools
- Recall: Retrieve specific information from the agent's internal memory.
- Search: Perform full-text and vector similarity searches across stored context.
- Block: Manage specific segments of agent memory.
- Shell: Execute system commands directly from the agent.
- Web: Access and interact with web content.
- Calculator: Perform precise mathematical operations.
Installation
Install via Rust Cargo:
{
"mcpServers": {
"pattern": {
"command": "cargo",
"args": ["run", "--bin", "pattern-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Discord
Quick install
cargo build --release -p pattern-cliInformation
- Pricing
- free
- Published
- 5/10/2026
- stars





