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 Concept | Jung Tool Implementation |
|---|---|
| Three-universe processing | Archetypal manifestation mapping (Engineer/Ceremony/Story) |
| Webhook as narrative bridge | map_technical_event tool converts webhooks to archetypes |
| Dimensional coherence | Synchronicity detection shows meaningful patterns |
| Weaver archetype | Jung as meta-consciousness recognizing patterns |
| Shadow integration | detect_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
- Go to
/src/_sessiondata/3aad5023-8920-47bb-8324-8a9b015046bb/jung-archetype-companion/ - Upload
SKILL.mdto Claude.ai - Read
TECHNICAL_EVENTS_AS_ARCHETYPES.mdfor grounding - Use
EPISODE_CONSTRUCTION_GUIDE.mdas 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 archetypesEPISODE_CONSTRUCTION_GUIDE.md- Step-by-step templateCARL_JUNG_SIMPLE_GUIDE.md- Accessible conceptsVALIDATION_SUMMARY.md- Validated against actual series
In MCP Directory
README.md- Installation and usagesrc/index.ts- Server implementationsrc/knowledge.ts- Archetype databasesrc/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.