@multiplist/mcp-server 0.13.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +131 -0
  2. package/mcp-server.js +89602 -0
  3. package/package.json +41 -0
package/README.md ADDED
@@ -0,0 +1,131 @@
1
+ # @multiplist/mcp-server
2
+
3
+ **Your personal AI conversation vault and project brain.**
4
+
5
+ Extract decisions, frameworks, and insights from your AI conversations — with full provenance. Every claim traces back to exactly what you said.
6
+
7
+ [![npm version](https://img.shields.io/npm/v/@multiplist/mcp-server)](https://www.npmjs.com/package/@multiplist/mcp-server)
8
+
9
+ ## What Multiplist Does
10
+
11
+ Your AI conversations are intellectual property. Multiplist treats them that way.
12
+
13
+ Save any conversation, document, or transcript — the extraction engine identifies nine categories of structured meaning: Decisions, Frameworks, Golden Passages, Definitions, Exemplars, Actions, Questions, Offers, and Emergence patterns. Each traced to exact character positions in the original source.
14
+
15
+ Claude and ChatGPT connect to the same vault via MCP — no more re-explaining context between platforms.
16
+
17
+ ## Install
18
+
19
+ ```bash
20
+ npm install @multiplist/mcp-server
21
+ ```
22
+
23
+ ## Connect via MCP
24
+
25
+ Multiplist works as an MCP server. Connect from Claude Desktop, Claude Code, or any MCP-compatible client.
26
+
27
+ **18 curated tools** across 5 categories:
28
+
29
+ | Category | Tools | What They Do |
30
+ |----------|-------|-------------|
31
+ | **Capture** | `create_source`, `update_source`, `delete_source` | Save conversations to your vault |
32
+ | **Extraction** | `trigger_extraction`, `batch_extract`, `batch_status` | Extract 9 categories of meaning |
33
+ | **Custom Skills** | `list_skills`, `get_skill`, `match_skills`, `create_skill` | Teach the system YOUR categories |
34
+ | **Discovery** | `get_source`, `search_vault`, `search_sources`, `get_vault_summary`, `get_vault_gaps` | Search and browse your knowledge |
35
+ | **Intelligence** | `request_brief`, `get_brief_status`, `annotate_source` | Research briefs across your vault |
36
+
37
+ ## Example Prompts
38
+
39
+ - "Save this conversation to my vault"
40
+ - "What have I decided about pricing?"
41
+ - "Show me my Seed Doc"
42
+ - "Research how my positioning has evolved"
43
+ - "What frameworks have I developed?"
44
+
45
+ ## How It Works
46
+
47
+ **Push** → Paste a transcript, upload a file, or connect Claude directly via MCP.
48
+
49
+ **Extract** → Nine categories of structured meaning, automatic, with full provenance.
50
+
51
+ **Compose** → Organize into containers and studios, or describe what you need and let the workspace build itself.
52
+
53
+ ## Key Differentiators
54
+
55
+ - **Extraction, not storage** — Save a conversation → get back 9 categories of structured meaning
56
+ - **Citations, not summaries** — Every seed traces to exact character positions. Anti-hallucination by design
57
+ - **Custom extraction skills** — Teach the system YOUR categories. A coach creates "Client Breakthroughs"
58
+ - **Cross-platform vault** — Claude and ChatGPT share one vault via MCP
59
+ - **Chat-native first** — Designed to work inside your AI tools, not replace them
60
+
61
+ ## Links
62
+
63
+ - **Website:** https://multiplist.ai
64
+ - **Learn Center:** https://multiplist.ai/learn
65
+ - **Docs:** https://multiplist.ai/docs
66
+ - **MCP Connector:** https://multiplist.ai/mcp
67
+
68
+ ---
69
+
70
+ ## Architecture
71
+
72
+ ### Core Concepts
73
+
74
+ | Term | What It Is |
75
+ |------|-----------|
76
+ | **Source** | An imported document — conversation transcript, article, voice memo |
77
+ | **Seed** | An atomic unit of meaning extracted from a Source (decision, framework, golden passage, etc.) |
78
+ | **Seed Doc** | A synthesis document showing all 9 categories extracted from a Source, with provenance |
79
+ | **Container** | A project-level organizer (clients, products, initiatives) |
80
+ | **Studio** | A configurable workspace with modular components — choose your layout |
81
+ | **Vault** | The central knowledge store — all Sources and Seeds, searchable and filterable |
82
+ | **Aero** | The AI intelligence layer — chat interface with vault awareness |
83
+
84
+ ### The Meaning Loop
85
+
86
+ ```
87
+ PUSH (import) → EXTRACT (9 categories) → COMPOSE (workspace) → PRODUCE (deliverables)
88
+ ```
89
+
90
+ ### Nine Extraction Categories
91
+
92
+ | Category | What It Captures |
93
+ |----------|-----------------|
94
+ | Decisions | Choices made, directions locked |
95
+ | Frameworks | Mental models, systems, structures |
96
+ | Golden Passages | Quotable insights, key formulations |
97
+ | Definitions | Terms coined, concepts explained |
98
+ | Exemplars | Quality examples, standards to replicate |
99
+ | Actions | Tasks, next steps, follow-ups |
100
+ | Questions | Open loops, unresolved items |
101
+ | Offers | Actionable next steps, opportunities |
102
+ | Emergence | Patterns forming across sources |
103
+
104
+ ### Design Principles
105
+
106
+ - **Your keys, your compute** — BYO API keys. You own your data.
107
+ - **Provenance is integrity** — Every seed traces to exact character positions in the original source.
108
+ - **Open meaning** — Seeds are portable markdown. Download always works.
109
+ - **Recursion compounds** — Knowledge gets richer across passes, not flatter.
110
+ - **Chat-native first** — The product works inside your AI tools, not alongside them.
111
+
112
+ ### Tech Stack
113
+
114
+ | Layer | Technology |
115
+ |-------|-----------|
116
+ | **Frontend** | React 18, TypeScript, Vite, Tailwind CSS, shadcn/ui |
117
+ | **Backend** | Node.js, Express, TypeScript |
118
+ | **Database** | PostgreSQL, Drizzle ORM |
119
+ | **AI** | OpenAI + Anthropic (BYO API keys) |
120
+ | **MCP** | Model Context Protocol server (18 tools) |
121
+ | **Hosting** | Railway |
122
+
123
+ ---
124
+
125
+ ## License
126
+
127
+ MIT
128
+
129
+ ---
130
+
131
+ *"Recursion compounds. Summarization collapses. Provenance is integrity."*