muse-brain
by falcoschaefer99-eng·★ 15·Score 42
Relational memory substrate for AI agents with 33 MCP tools, identity continuity, and self-hosted persistence.
Overview
MUSE Brain is a relational memory substrate that provides textured memory, persistent identity, autonomous execution, and bilateral consent for AI agents. It features 33 MCP tools organized into memory, identity, relationships, cognition, communication, and runtime categories. The system uses a dream engine to process emotional charges and find connections, with a daemon intelligence that runs background processes. It supports both cloud deployment with Postgres and local self-hosting with SQLite.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose MUSE Brain when building long-term AI companions or autonomous agents that need persistent identity and memory across sessions, especially if you need sophisticated relational memory with emotional charge and autonomous capabilities.
When NOT to choose this
Don't choose this if you need a simple memory system without the complexity of identity persistence and autonomous execution cycles, or if you're uncomfortable with the CC BY-NC-SA 4.0 license restrictions on commercial use.
Tools this server exposes
12 tools extracted from the READMEmind_observeRecord a memory with emotional texture — charge, grip, vividness, somatic markers
mind_querySearch memories by territory, type, or hybrid vector + keyword retrieval
mind_identityRead or update identity cores — beliefs, stances, preferences that define the agent
mind_letterSend messages across tenants. Agent-to-agent communication
mind_dreamFind surprising connections — emotional chains, somatic clusters, tension dreams
mind_taskCreate, delegate, and track tasks across tenants with scheduled wake activation
mind_wakeWake the agent — quick, full, or orientation mode with circadian awareness
mind_consentBilateral consent boundaries with relationship-level gating
mind_entityPeople, concepts, agents, projects — the agent's social graph
mind_skillCaptured skill registry — list, review, promote, retire learned skills
mind_contextSession continuity — resume where you left off, extract productivity facts
mind_healthRuntime, skill, dispatch, and storage health diagnostics
Comparable tools
Installation
Quick Start
**Prerequisites (cloud deploy):** Node.js 18+, Cloudflare account, Neon Postgres database **SQLite local/self-host mode:** Node.js 22+
# Clone and install
git clone https://github.com/falcoschaefer99-eng/muse-brain.git
cd muse-brain/muse-brain
npm install
# Configure your worker
cp wrangler.jsonc.example wrangler.jsonc
# Edit: set your worker name and Hyperdrive ID
# Set secrets
npx wrangler secret put API_KEY # a long random string
npx wrangler secret put DATABASE_URL # your Neon connection string
# Deploy
npm run deploy**Claude Desktop Configuration:** Add to claude_desktop_config.json:
{
"mcpServers": {
"muse-brain": {
"command": "npx",
"args": ["muse-brain"],
"env": {
"DATABASE_URL": "your-database-url",
"API_KEY": "your-api-key"
}
}
}
}FAQ
- What makes this different from other memory systems?
- MUSE Brain focuses on relational memory with emotional charge, identity persistence, and bilateral consent rather than just vector storage. It includes a dream engine for deeper cognitive processing and daemon intelligence for autonomous operation.
- Can I run this locally without Cloudflare?
- Yes, the system supports SQLite mode for local/self-hosting using Node.js 22+. This mode provides tenant-scoped parity storage without requiring Cloudflare Workers.
Compare muse-brain with
Last updated · Auto-generated from public README + GitHub signals.