# DreamThreads DreamGraph (remote · mydreamthreads.xyz)

Parse dreams into structured context and search DreamGraph concepts without storing dream text.

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- remote · `mydreamthreads.xyz`: 73/100 (this document), [markdown](https://verifymcp.io/servers/abdulrahimiqbal-dreamthreads/mydreamthreads.md), [page](https://verifymcp.io/servers/abdulrahimiqbal-dreamthreads/mydreamthreads)

## Channel facts

- Endpoint: `https://mydreamthreads.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 251 tokens (~125/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http abdulrahimiqbal-dreamthreads https://mydreamthreads.xyz/mcp
```

### Codex

```toml
[mcp_servers.abdulrahimiqbal-dreamthreads]
url = "https://mydreamthreads.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "abdulrahimiqbal-dreamthreads": {
      "type": "remote",
      "url": "https://mydreamthreads.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add abdulrahimiqbal-dreamthreads --url https://mydreamthreads.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  abdulrahimiqbal-dreamthreads:
    url: "https://mydreamthreads.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "abdulrahimiqbal-dreamthreads": {
      "type": "http",
      "url": "https://mydreamthreads.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 71, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-13 (score 71)

First indexed and scored.

## MCP tools (2)

### `parse_dream` (~90 tokens)

Parse dream context

Extract structured entities, actions, emotions, agency, threat, outcome, sensory cues, and recurrence from one dream narrative. This bounded tool does not generate a fixed meaning, diagnosis, or prediction, and it does not store dream text.

Input parameters:

- `recurrence`: Optional recurrence hint supplied by the user; omit rather than infer it.
- `text` (string, required): The user's dream narrative, supplied with their permission.

Output parameters:

- `attribution` (object)
- `privacy` (object)
- `structured_dream` (object)

### `search_dream_concepts` (~75 tokens)

Search DreamGraph concepts

Search DreamGraph's stable, context-first vocabulary for a dream element or experience. Results are descriptive concepts, not universal symbolic definitions.

Input parameters:

- `limit` (integer): Maximum number of matching concepts.
- `query` (string, required): A dream element or experience, such as snake, falling, ex partner, or unable to move.

Output parameters:

- `attribution` (object)
- `query` (string)
- `results` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/abdulrahimiqbal-dreamthreads/mydreamthreads#diagnostics

## Score history

- 2026-08-16: 73
- 2026-08-15: 72
- 2026-08-14: 71
- 2026-08-13: 71

## Links

- Remote endpoint: https://mydreamthreads.xyz/mcp
- Website: https://mydreamthreads.xyz/dream-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/abdulrahimiqbal-dreamthreads/mydreamthreads.xml
- Changelog JSON feed: https://verifymcp.io/servers/abdulrahimiqbal-dreamthreads/mydreamthreads.json
- HTML version of this page: https://verifymcp.io/servers/abdulrahimiqbal-dreamthreads/mydreamthreads
