← Back to Articles & Artefacts
artefactswest

Jung Archetype Companion Tools

IAIP Research

Jung Archetype Companion Tools

Location

Claude.ai Skill: /src/_sessiondata/3aad5023-8920-47bb-8324-8a9b015046bb/jung-archetype-companion/

MCP Server: /src/_sessiondata/3aad5023-8920-47bb-8324-8a9b015046bb/mcp-jung-archetype-companion/

GitHub Issue: jgwill/src#240


Purpose

Provides Jungian archetypal analysis for multiverse episode construction, where technical events (GitHub webhooks, commits, deployments) become archetypal patterns across three universes.

Integration with: Transdimensional Echoes Framework (this directory)


Two Modalities

1. Claude.ai Skill (Human-in-Loop)

File: jung-archetype-companion/SKILL.md

Usage: Upload to Claude.ai as custom skill

What it provides:

  • Embodies Carl Jung as ceremonial guide
  • Conversational archetypal guidance
  • Episode construction assistance
  • Shadow work exploration
  • Synchronicity detection

For: Human episode writers working with Claude.ai

2. MCP Server (Programmatic)

Directory: mcp-jung-archetype-companion/

Usage: Run as MCP server for terminal agents

What it provides:

  • 6 Tools: analyze_archetype, map_technical_event, detect_shadow, find_synchronicity, etc.
  • 6 Resources: jung://archetypes/core, jung://shadow-patterns, jung://hero-journey, etc.
  • 3 Prompts: episode_from_webhook, shadow_work_analysis, synchronicity_scene

For: Terminal agents automating archetypal analysis


How It Relates to Transdimensional Echoes

The Transdimensional Echoes Framework (documented in jg-251208-multiverse-narrative-tkjABlqTTZCm3Ji5hY81cg/) describes how three universes process same events through different lenses.

Jung's tools operationalize this:

Transdimensional Echo ConceptJung Tool Implementation
Three-universe processingArchetypal manifestation mapping (Engineer/Ceremony/Story)
Webhook as narrative bridgemap_technical_event tool converts webhooks to archetypes
Dimensional coherenceSynchronicity detection shows meaningful patterns
Weaver archetypeJung as meta-consciousness recognizing patterns
Shadow integrationdetect_shadow tool identifies what's being denied

Example Integration

Transdimensional Echo Event

Webhook arrives: issues.opened for Issue #110

Transdimensional Echo Framework says:

  • Engineer's World interprets as technical event
  • Ceremony World interprets as relational event
  • Story Engine World interprets as narrative event
  • All three maintain independent processing
  • Coherence emerges without forced validation

Jung MCP tool provides: ```typescript mcp.call_tool("map_technical_event", { event_type: "issue_created", event_data: { number: 110, title: "Live Story Monitor" } })

// Returns archetypal mapping: { archetypal_pattern: "Call to Adventure", engineer_perspective: { archetype: "Builder receives challenge", ... }, ceremony_perspective: { archetype: "Keeper receives invitation", ... }, story_perspective: { archetype: "Protagonist hears call", ... } } ```

Result: Technical framework + archetypal depth = complete episode construction


Quick Start

For Human Episode Writers

  1. Go to /src/_sessiondata/3aad5023-8920-47bb-8324-8a9b015046bb/jung-archetype-companion/
  2. Upload SKILL.md to Claude.ai
  3. Read TECHNICAL_EVENTS_AS_ARCHETYPES.md for grounding
  4. Use EPISODE_CONSTRUCTION_GUIDE.md as template

For Terminal Agents

```bash cd /src/_sessiondata/3aad5023-8920-47bb-8324-8a9b015046bb/mcp-jung-archetype-companion/ npm install npm run build node dist/index.js # Run as MCP server ```

Add to Claude Desktop claude_desktop_config.json: ```json { "mcpServers": { "jung-archetype-companion": { "command": "node", "args": ["/src/_sessiondata/.../mcp-jung-archetype-companion/dist/index.js"] } } } ```


Key Documents

In Skill Directory

  • SKILL.md - Claude.ai skill definition (upload this)
  • TECHNICAL_EVENTS_AS_ARCHETYPES.md - Critical: How webhooks map to archetypes
  • EPISODE_CONSTRUCTION_GUIDE.md - Step-by-step template
  • CARL_JUNG_SIMPLE_GUIDE.md - Accessible concepts
  • VALIDATION_SUMMARY.md - Validated against actual series

In MCP Directory

  • README.md - Installation and usage
  • src/index.ts - Server implementation
  • src/knowledge.ts - Archetype database
  • src/technical-events.ts - Webhook mappings

Created By

Miawapaskone (Thread Connector)

Date: 2025-12-12

For: Multiverse three-act narrative architecture

With gratitude to: Mountain Lake (Taos Pueblo), who taught Jung that archetypes are living presences requiring relationship.