mnemos-capture 1.0.1 → 1.0.2
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.
- package/README.md +80 -44
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,40 +4,82 @@
|
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Mnemos</h1>
|
|
6
6
|
|
|
7
|
-
<p align="center"><strong>
|
|
7
|
+
<p align="center"><strong>Capture knowledge. Apply it through your agents.</strong></p>
|
|
8
8
|
|
|
9
|
-
Mnemos is a knowledge
|
|
9
|
+
Mnemos is a knowledge pipeline for builders who work with AI agents. You learn something — an article, a thread, a transcript, your own notes, an idea on the go — and instead of bookmarking it or letting it rot in a tab, you paste it into Mnemos. An LLM extracts the core insight, tags it by topic, and commits it to a GitHub repo you own.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
That repo becomes your personal knowledge base. Your AI agents — Claude Code, Codex, or any MCP-compatible tool — pull from it directly. The knowledge you captured on your phone during lunch is available to your coding agent by the time you sit down to work.
|
|
12
|
+
|
|
13
|
+
**This is not a note-taking app.** It's a bridge between what you learn and what your agents do.
|
|
14
|
+
|
|
15
|
+
## Why Mnemos exists
|
|
16
|
+
|
|
17
|
+
Most knowledge tools stop at "save it." Mnemos closes the loop:
|
|
18
|
+
|
|
19
|
+
1. **You capture** — paste anything: articles, threads, transcripts, meeting notes, ideas, voice memo transcripts, book highlights
|
|
20
|
+
2. **AI extracts** — an LLM pulls the actual insight (not a summary), tags it by topic, and connects it to what you're building right now
|
|
21
|
+
3. **Your agents apply it** — Claude Code, Codex, or any agentic tool reads your knowledge repo via MCP or Git and uses it in real workflows
|
|
22
|
+
|
|
23
|
+
Every capture includes an **"Applied to"** field — a concrete sentence linking what you learned to what you're building. This is the difference between a saved-for-later graveyard and a knowledge system that compounds.
|
|
12
24
|
|
|
13
25
|
## How it works
|
|
14
26
|
|
|
15
27
|
```mermaid
|
|
16
|
-
flowchart
|
|
17
|
-
A["
|
|
18
|
-
B
|
|
19
|
-
C
|
|
20
|
-
D
|
|
21
|
-
D
|
|
22
|
-
D
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
I --> J["Claude Code reads it via MCP"]
|
|
26
|
-
I --> K["Any agent reads the repo directly"]
|
|
27
|
-
|
|
28
|
-
style A fill:#2A62C6,stroke:#1a4a9e,color:#fff
|
|
28
|
+
flowchart LR
|
|
29
|
+
A["Read an article,\nhear a podcast,\nhave an idea"] -->|paste| B["Mnemos\n(web / mobile)"]
|
|
30
|
+
B -->|extract| C["Core idea\nTakeaways\nApplied to"]
|
|
31
|
+
C -->|commit| D["Your GitHub repo\n(Markdown)"]
|
|
32
|
+
D -->|MCP| E["Claude Code"]
|
|
33
|
+
D -->|Git read| F["Codex"]
|
|
34
|
+
D -->|API / Git| G["Your agents"]
|
|
35
|
+
|
|
36
|
+
style A fill:#1a1a2e,stroke:#444,color:#fff
|
|
29
37
|
style B fill:#2A62C6,stroke:#1a4a9e,color:#fff
|
|
30
|
-
style C fill:#
|
|
31
|
-
style D fill:#
|
|
32
|
-
style E fill:#
|
|
33
|
-
style F fill:#
|
|
34
|
-
style G fill:#
|
|
35
|
-
style H fill:#f5e6b8,stroke:#d4a843,color:#333
|
|
36
|
-
style I fill:#2d8a4e,stroke:#1e6b3a,color:#fff
|
|
37
|
-
style J fill:#1a1a2e,stroke:#333,color:#fff
|
|
38
|
-
style K fill:#1a1a2e,stroke:#333,color:#fff
|
|
38
|
+
style C fill:#d4a843,stroke:#b8912e,color:#fff
|
|
39
|
+
style D fill:#2d8a4e,stroke:#1e6b3a,color:#fff
|
|
40
|
+
style E fill:#1a1a2e,stroke:#444,color:#fff
|
|
41
|
+
style F fill:#1a1a2e,stroke:#444,color:#fff
|
|
42
|
+
style G fill:#1a1a2e,stroke:#444,color:#fff
|
|
39
43
|
```
|
|
40
44
|
|
|
45
|
+
## What you can capture
|
|
46
|
+
|
|
47
|
+
Mnemos handles any text-based input. Paste it, and the LLM figures out the format and extracts accordingly.
|
|
48
|
+
|
|
49
|
+
- **Articles and blog posts** — the insight, not a summary
|
|
50
|
+
- **Twitter/X threads** — the argument stitched together
|
|
51
|
+
- **Podcast and meeting transcripts** — the signal, not the filler
|
|
52
|
+
- **Your own notes and ideas** — raw thoughts turned into structured knowledge
|
|
53
|
+
- **Book highlights and excerpts** — the quotes and frameworks worth keeping
|
|
54
|
+
- **Newsletter and Substack posts** — the actionable takeaways
|
|
55
|
+
|
|
56
|
+
Coming soon: voice memos, URL auto-fetch, and browser extension for one-click capture.
|
|
57
|
+
|
|
58
|
+
## What the LLM extracts
|
|
59
|
+
|
|
60
|
+
Every capture produces a structured Markdown file with:
|
|
61
|
+
|
|
62
|
+
- **Core idea** — the actual insight, not "this article discusses X"
|
|
63
|
+
- **Key takeaways** — 3-5 specific, opinionated assertions that pass the "so what?" test
|
|
64
|
+
- **Quotes** — only verbatim lines worth keeping. None if nothing is genuinely quotable
|
|
65
|
+
- **Tags** — 2-5 topic tags relevant to the content (e.g. `product-discovery`, `ai-agents`, `pricing`)
|
|
66
|
+
- **Applied to** — one sentence connecting this to something you're building right now
|
|
67
|
+
- **Low confidence flag** — alerts you when input is too short or ambiguous for reliable extraction
|
|
68
|
+
|
|
69
|
+
## Cost
|
|
70
|
+
|
|
71
|
+
Mnemos uses your own Anthropic API key (BYOK — you bring your own key, Mnemos never charges you).
|
|
72
|
+
|
|
73
|
+
Extraction runs on **Claude Haiku 4.5** with prompt caching and input truncation, optimized for minimal token usage:
|
|
74
|
+
|
|
75
|
+
| Usage | Estimated monthly cost |
|
|
76
|
+
|-------|----------------------|
|
|
77
|
+
| 50 captures/month (casual) | ~$0.15 |
|
|
78
|
+
| 100 captures/month (regular) | ~$0.30 |
|
|
79
|
+
| 200 captures/month (heavy) | ~$0.60 |
|
|
80
|
+
|
|
81
|
+
Less than $1/month for heavy use. For comparison, the same workload on a larger model without optimization would cost 5-6x more.
|
|
82
|
+
|
|
41
83
|
## Get started
|
|
42
84
|
|
|
43
85
|
### 1. Sign up (30 seconds)
|
|
@@ -46,29 +88,21 @@ Go to **[mnemos-capture.vercel.app](https://mnemos-capture.vercel.app)** → **S
|
|
|
46
88
|
|
|
47
89
|
During setup, Mnemos will:
|
|
48
90
|
|
|
49
|
-
- Create a knowledge repo in your GitHub account (you own it —
|
|
50
|
-
- Ask for your Anthropic API key (
|
|
91
|
+
- Create a knowledge repo in your GitHub account (you own it — just Markdown files in a repo under your name)
|
|
92
|
+
- Ask for your Anthropic API key (your key, stored per-user — Mnemos never pays for your API calls)
|
|
51
93
|
- Set a PIN so you can unlock the app quickly on mobile
|
|
52
94
|
|
|
53
95
|
No config files. No CLI setup. No repos to clone.
|
|
54
96
|
|
|
55
97
|
### 2. Capture something
|
|
56
98
|
|
|
57
|
-
Open the app on any device — phone, tablet, or desktop. Paste any content and hit **Capture**.
|
|
58
|
-
|
|
59
|
-
The LLM reads your content and extracts:
|
|
99
|
+
Open the app on any device — phone, tablet, or desktop. Paste any content and hit **Capture**. That's it.
|
|
60
100
|
|
|
61
|
-
-
|
|
62
|
-
- **Key takeaways** — specific, opinionated, actionable points
|
|
63
|
-
- **Quotes** — only lines worth keeping verbatim
|
|
64
|
-
- **Mode tags** — where this applies in your life (career, work, founder, life)
|
|
65
|
-
- **Applied to** — one sentence connecting this to something you're building right now
|
|
66
|
-
|
|
67
|
-
The result is committed to your GitHub knowledge repo as a structured Markdown file.
|
|
101
|
+
The result is auto-committed to your GitHub knowledge repo as a structured Markdown file.
|
|
68
102
|
|
|
69
103
|
### 3. Connect to Claude Code (optional)
|
|
70
104
|
|
|
71
|
-
After signing up, you get an API key. This
|
|
105
|
+
After signing up, you get an API key. This connects Mnemos to Claude Code so your agent can capture and search your knowledge without leaving the terminal.
|
|
72
106
|
|
|
73
107
|
Run this once:
|
|
74
108
|
|
|
@@ -82,15 +116,15 @@ Now you can say things like:
|
|
|
82
116
|
- *"What's in my inbox?"*
|
|
83
117
|
- *"Search my captures for evaluation frameworks"*
|
|
84
118
|
|
|
85
|
-
**
|
|
119
|
+
**Under the hood:** `npx mnemos-capture serve-mcp` runs a lightweight local process that bridges Claude Code's stdio protocol to the Mnemos HTTP API. Your API key authenticates the requests. No data is stored locally — everything goes to your GitHub repo via the hosted app.
|
|
86
120
|
|
|
87
121
|
## Mobile access
|
|
88
122
|
|
|
89
|
-
Mnemos is a PWA
|
|
123
|
+
Mnemos is a PWA. On your phone, open the app URL in your browser → Share → **Add to Home Screen**. Native-app feel, instant capture from anywhere.
|
|
90
124
|
|
|
91
125
|
## Why GitHub as storage?
|
|
92
126
|
|
|
93
|
-
Your knowledge lives in a repo you own. No proprietary database, no vendor lock-in. It's version-controlled, portable, and readable as plain Markdown. Clone it, search it, back it up — it's just files. And because it's a standard Git repo, any MCP-compatible agent or tool can read from it.
|
|
127
|
+
Your knowledge lives in a repo you own. No proprietary database, no vendor lock-in. It's version-controlled, portable, and readable as plain Markdown. Clone it, search it, back it up — it's just files. And because it's a standard Git repo, any MCP-compatible agent or tool can read from it directly.
|
|
94
128
|
|
|
95
129
|
## Tech stack
|
|
96
130
|
|
|
@@ -98,11 +132,13 @@ Next.js · TypeScript (strict) · Anthropic SDK · GitHub OAuth · Vercel Postgr
|
|
|
98
132
|
|
|
99
133
|
## Roadmap
|
|
100
134
|
|
|
101
|
-
- [ ] Multi-provider support (OpenAI, Google — schema is ready
|
|
102
|
-
- [ ]
|
|
135
|
+
- [ ] Multi-provider support (OpenAI, Google — schema is ready)
|
|
136
|
+
- [ ] Voice memo capture
|
|
103
137
|
- [ ] URL auto-fetch (paste a link, Mnemos fetches the content)
|
|
104
|
-
- [ ]
|
|
138
|
+
- [ ] Batch capture (multiple resources at once)
|
|
105
139
|
- [ ] Browser extension for one-click capture
|
|
140
|
+
- [ ] Full-text search across knowledge hub
|
|
141
|
+
- [ ] Custom user-defined categories
|
|
106
142
|
- [ ] Settings page (change API key, repo, regenerate MCP key)
|
|
107
143
|
- [ ] Team knowledge hubs (shared captures)
|
|
108
144
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mnemos-capture",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Zero-friction knowledge capture for agentic workflows. Paste anything → Claude extracts insights → auto-commits to your knowledge repo → your Claude Code workflow picks it up.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|