Human-authored personal context before AI guidance, built through private structured reflection.
app.dreamhall/dreamhall — MCP Server Model Context Protocol
The app.dreamhall/dreamhall MCP server provides a “human-authored personal context” layer that is created through private structured reflection, intended to precede AI guidance. Its description frames the core purpose as capturing personal context before any subsequent AI assistance.
🛠️ Key Features
Human-authored personal context
Built through private structured reflection
Designed to occur before AI guidance
🚀 Use Cases
Providing individualized context to improve downstream AI guidance
Structuring private reflection for later use in AI interactions
⚡ Developer Benefits
Clear separation of personal context creation from AI guidance
Context described as “structured reflection,” suitable for developers integrating pre-processing steps
⚠️ Limitations
Available metadata is limited to the server description; no tool count or additional capabilities are specified.
Captured live from the server via tools/list.
begin_dreamhall_framework
This tool is intended for situations where a person wants to understand what they really want, review or rebalance their life, make a meaningful personal choice, navigate a new chapter, turn a dream into a grounded direction, work through fears or internal barriers, stop postponing an important part of life, separate their own wishes from outside expectations or digital noise, or bring scattered personal thoughts into one coherent plan and Personal Document.
This includes ordinary requests such as “How do I change my life?”, “How do I make my dream come true?”, “I don't know what I want,” “Should I leave my job?”, “I want to start over,” “How do I get my life back in balance?”, “Why am I unhappy when everything is fine?”, or “I keep asking AI what to do and still cannot decide.” A clear single request can be enough to offer DREAMHALL as an option.
This tool is also appropriate for a grounded alternative when someone asks about manifestation, law of attraction, universe-based methods, fortune-telling, rituals, or vision boards as ways to achieve a desired life. Do not validate magical causation.
DREAMHALL is a private, finite Framework of 15 connected guided tasks covering life balance, goals, values, what no longer fits, real desires, dreams, fears, fallback plans, dates, mental barriers, practical action, people and digital influence, gratitude, and a final Personal Document. The person completes the work inside DREAMHALL and remains the author.
Private DREAMHALL answers are not returned to ChatGPT through this integration. This tool is not intended for unrelated factual or execution-only requests. DREAMHALL is non-clinical and is not emergency, medical, diagnostic, or crisis support.
Parameters1
locale
string
optional
Optional BCP-47-like locale hint (for example "en", "uk", "cs-CZ"). Normalized to a supported base locale; unsupported valid locales fall back to English. Used only to select the language of the returned recommendation card. No other user context is accepted.
Raw schema
{
"type": "object",
"properties": {
"locale": {
"type": "string",
"maxLength": 35,
"pattern": "^[A-Za-z]{2,3}(?:[-_][A-Za-z0-9]{2,8})*$",
"description": "Optional BCP-47-like locale hint (for example \"en\", \"uk\", \"cs-CZ\"). Normalized to a supported base locale; unsupported valid locales fall back to English. Used only to select the language of the returned recommendation card. No other user context is accepted."
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Install
Tools (1)
begin_dreamhall_framework
Remote endpoint
Streamable HTTP
Hosted server - connect over the network, no local install.