MCP Catalogs
Homemuse-brain screenshot

muse-brain

by falcoschaefer99-eng·15·Score 42

Relational memory substrate for AI agents with 33 MCP tools, identity continuity, and self-hosted persistence.

ai-llmknowledge-graphproductivity
1
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Personal AI assistant with memory continuity across sessions
you:Creative collaboration between specialized AI agents
you:Autonomous task management with identity persistence
you:What makes this different from other memory systems?
you:Can I run this locally without Cloudflare?

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 README
  • mind_observe

    Record a memory with emotional texture — charge, grip, vividness, somatic markers

  • mind_query

    Search memories by territory, type, or hybrid vector + keyword retrieval

  • mind_identity

    Read or update identity cores — beliefs, stances, preferences that define the agent

  • mind_letter

    Send messages across tenants. Agent-to-agent communication

  • mind_dream

    Find surprising connections — emotional chains, somatic clusters, tension dreams

  • mind_task

    Create, delegate, and track tasks across tenants with scheduled wake activation

  • mind_wake

    Wake the agent — quick, full, or orientation mode with circadian awareness

  • mind_consent

    Bilateral consent boundaries with relationship-level gating

  • mind_entity

    People, concepts, agents, projects — the agent's social graph

  • mind_skill

    Captured skill registry — list, review, promote, retire learned skills

  • mind_context

    Session continuity — resume where you left off, extract productivity facts

  • mind_health

    Runtime, skill, dispatch, and storage health diagnostics

Comparable tools

semantic-memory-mcpmem0-mcpautogen-mcpeigen-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.