← dreamhall.app

INDIVIDUAL MCP TOOL

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.

dreamhall.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://dreamhall.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for begin_dreamhall_framework and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dreamhall.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dreamhall]
url = "https://dreamhall.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dreamhall": {
      "type": "http",
      "url": "https://dreamhall.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dreamhall
Remote MCP URL: https://dreamhall.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dreamhall": {
      "url": "https://dreamhall.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dreamhall": {
      "type": "http",
      "url": "https://dreamhall.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dreamhall",
  "transport": "streamable-http",
  "url": "https://dreamhall.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

No related indexed tools.