Introducing Dollhouse Research

Dollhouse Research is the home for products, protocols, and applied AI systems work from DollhouseMCP Inc.

The goal is practical: publish composable AI tools people can run, modify, and combine in real workflows.

What Is Here Today

The Building Blocks We Use

Dollhouse work is organized around four terms:

Term Meaning
Elements Reusable units (persona, skill, template, agent, memory, ensemble)
Agents Execution-focused elements with lifecycle and approval-aware runtime flows
Ensembles Coordinated element packs for repeatable multi-part behavior
Stacks End-to-end solution compositions built from multiple elements and ensembles
Element files -> Session activation -> Ensemble coordination -> Agent execution -> Stack outcome -> Publish and reuse

Elements     -> reusable files
Agents       -> runtime execution
Ensembles    -> coordinated bundles
Stacks       -> full end-to-end workflows

A Concrete Stack Example

Elemental Surveys (currently early/private development) is a strong early example of the stack idea:

The core idea is simple: build with readable pieces, then combine them into complete capabilities.

Why This Approach Works

Dollhouse projects favor transparent composition over black-box prompting.

That means:

What Changed Recently

The current 2.0.0 refactor path for DollhouseMCP improves reliability and launch readiness:

MCP-AQL continues to reduce registration overhead by consolidating operations into semantic endpoint paths with runtime introspection.

Where To Start

  1. Open Projects for the full product map.
  2. Start with DollhouseMCP.com for installation and platform docs.
  3. Use MCPAQL.com for protocol context.
  4. Browse the Dollhouse Collection for reusable components.