codex-dev-mcp-suite 1.8.0 → 1.8.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.
Files changed (2) hide show
  1. package/README.md +89 -276
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,103 +1,76 @@
1
- # Dev MCP Suite
1
+ # Dev MCP Suite 🚀
2
+
3
+ > **Give your AI Coding Assistant Permanent Brain Power & Zero Memory Loss.**
2
4
 
3
5
  [![CI](https://github.com/verrysimatupang99/codex-dev-mcp-suite/actions/workflows/ci.yml/badge.svg)](https://github.com/verrysimatupang99/codex-dev-mcp-suite/actions/workflows/ci.yml)
4
6
  [![npm version](https://img.shields.io/npm/v/codex-dev-mcp-suite.svg)](https://www.npmjs.com/package/codex-dev-mcp-suite)
5
7
  [![npm downloads](https://img.shields.io/npm/dm/codex-dev-mcp-suite.svg)](https://www.npmjs.com/package/codex-dev-mcp-suite)
6
8
  [![license](https://img.shields.io/npm/l/codex-dev-mcp-suite.svg)](./LICENSE)
7
9
  [![node](https://img.shields.io/node/v/codex-dev-mcp-suite.svg)](https://nodejs.org)
10
+ [![Saweria](https://img.shields.io/badge/Saweria-Dukung%20Proyek-FAAE2B?style=flat&logo=saweria&logoColor=black)](https://saweria.co/sijuling)
8
11
 
9
- Published as `codex-dev-mcp-suite` for backward compatibility.
12
+ Published on npm as `codex-dev-mcp-suite`.
10
13
 
11
- Four local, file-based MCP servers for solo developers and vibecoders who keep
12
- losing context when sessions hit "input too long" / get compacted / restart.
13
- Stop re-pasting context across sessions.
14
+ ---
14
15
 
15
- All servers are **local, dependency-light (only the MCP SDK), and split storage
16
- per-project** by the working directory. Works with any MCP-capable client
17
- (Codex CLI, Claude Code, Cursor, Cline, Gemini-compatible launchers, Hermes,
18
- or any stdio MCP host).
16
+ ### 😩 Sound Familiar?
19
17
 
20
- ## Quickstart
18
+ > *"You spent 45 minutes explaining your database schema and architecture to your AI agent. Then... **'Context window compacted'** or session restarted. Boom. Your AI forgot everything and started hallucinating variable names."*
21
19
 
22
- Try it in 10 seconds (no clone, no config):
20
+ **Stop re-pasting context over and over.**
23
21
 
24
- ```bash
25
- npx -y -p codex-dev-mcp-suite project-memory-mcp --help
26
- ```
22
+ **Dev MCP Suite** is a suite of four local, zero-telemetry MCP (Model Context Protocol) servers built for solo developers and vibe coders. It equips your favorite AI agent (**Codex CLI, Hermes Agent, Google Antigravity, Claude Code, Cursor, Windsurf**) with permanent memory, anti-compaction handoffs, git-safe checkpoints, and offline vector search.
27
23
 
28
- Local-first by default: no hosted backend, no telemetry. Works offline with
29
- keyword recall; model/provider config is optional. For strict no-network mode,
30
- set `MCP_DETERMINISTIC_FALLBACK=true`.
24
+ ---
31
25
 
32
- Register all four servers with an MCP client (Codex CLI shown):
26
+ ### Before & After Dev MCP Suite
33
27
 
34
- ```toml
35
- # ~/.codex/config.toml
36
- [mcp_servers.project-memory]
37
- command = "npx"
38
- args = ["-y", "-p", "codex-dev-mcp-suite", "project-memory-mcp"]
39
-
40
- [mcp_servers.devjournal]
41
- command = "npx"
42
- args = ["-y", "-p", "codex-dev-mcp-suite", "devjournal-mcp"]
28
+ | Without Dev MCP Suite 🥱 | With Dev MCP Suite ⚡ |
29
+ |---|---|
30
+ | Re-explaining project setup every time session resets | One-command `journal_resume` recovers context instantly |
31
+ | AI forgets architectural decisions and preferences | Obsidian-compatible Markdown vault retains knowledge permanently |
32
+ | Wasted git commits just to save temporary experiments | Git-independent `checkpoint_create` & instant rollback |
33
+ | Accidental secret/API key leaks committed to GitHub | Built-in `pack_audit` flags missing `.gitignore` & leaked keys |
34
+ | Locked into a proprietary hosted backend | 100% Local-first, zero cloud lock-in, zero telemetry |
43
35
 
44
- [mcp_servers.checkpoint]
45
- command = "npx"
46
- args = ["-y", "-p", "codex-dev-mcp-suite", "checkpoint-mcp"]
36
+ ---
47
37
 
48
- [mcp_servers.context-pack]
49
- command = "npx"
50
- args = ["-y", "-p", "codex-dev-mcp-suite", "context-pack-mcp"]
51
- ```
38
+ ### ⚡ 10-Second Quickstart
52
39
 
53
- Inspect any server without starting it:
40
+ Try it right now without cloning or installing:
54
41
 
55
42
  ```bash
56
- project-memory-mcp --version
57
- project-memory-mcp --doctor # config diagnostics; API keys redacted
43
+ npx -y -p codex-dev-mcp-suite project-memory-mcp --help
58
44
  ```
59
45
 
60
- Other clients (Claude Code, Cursor, Cline, ...): see
61
- [`docs/clients/`](docs/clients/). Full env reference:
62
- [`docs/configuration.md`](docs/configuration.md). Data flow:
63
- [`docs/privacy.md`](docs/privacy.md).
46
+ ---
64
47
 
65
- ## The four servers
48
+ ### 🛠️ The 4 Superpowers (MCP Servers)
66
49
 
67
- | Server | What it does | Key tools |
50
+ | Server | Superpower | Key Tools |
68
51
  |---|---|---|
69
- | **project-memory** | Searchable Markdown knowledge vault (Obsidian-style notes + on-demand recall). Notes are also exposed as MCP resources. | `memory_save`, `memory_recall`, `memory_list`, `memory_get`, `memory_delete`, `memory_reindex`, `memory_link`, `memory_global_recall`, `memory_dedup` |
70
- | **devjournal** | Per-project session timeline + handoff/resume (anti-compaction). | `journal_log`, `journal_handoff`, `journal_resume`, `journal_timeline`, `journal_search`, `journal_clear_handoff` |
71
- | **checkpoint** | Git-independent file snapshots for safe experimentation. | `checkpoint_create`, `checkpoint_list`, `checkpoint_diff`, `checkpoint_restore`, `checkpoint_delete` |
72
- | **context-pack** | Token-efficient project briefing (stack, tree, symbols, search). | `pack_overview`, `pack_tree`, `pack_outline`, `pack_search` |
73
-
74
- ## Recall quality (project-memory & devjournal)
52
+ | 🧠 **`project-memory`** | **Obsidian-Grade Knowledge Vault**: Persistent Markdown notes, wiki-links (`[[note]]`), MOC generation, and zero-dependency local 384-d vector search (`MCP_LOCAL_EMBED=true`). | `memory_save`, `memory_recall`, `memory_list`, `memory_get`, `memory_link`, `memory_moc`, `memory_graph`, `memory_dedup` |
53
+ | 📜 **`devjournal`** | **Anti-Compaction Session Timeline**: Logs progress, saves handoffs, and restores full context when sessions compact or restart. | `journal_log`, `journal_handoff`, `journal_resume`, `journal_timeline`, `journal_search`, `journal_clear_handoff` |
54
+ | 🛡️ **`checkpoint`** | **Git-Independent Snapshots**: Take 1-second file snapshots before risky AI refactors. Compare diffs and revert instantly without touching your git tree. | `checkpoint_create`, `checkpoint_list`, `checkpoint_diff`, `checkpoint_restore`, `checkpoint_delete` |
55
+ | 🔍 **`context-pack`** | **Codebase Orientation & Security Audit**: Token-efficient project briefings (stack, symbols, tree) plus instant security auditing to catch leaked secrets. | `pack_overview`, `pack_tree`, `pack_outline`, `pack_search`, `pack_audit` |
75
56
 
76
- Recall auto-selects the best available mode:
57
+ ---
77
58
 
78
- 1. **semantic** if an embeddings endpoint is configured (any OpenAI-compatible `/v1/embeddings`: OpenAI, Ollama, LM Studio, OpenRouter, vLLM, LiteLLM, 9router, ...)
79
- 2. **rerank** — keyword prefilter then an LLM reranker (any OpenAI-compatible chat model)
80
- 3. **keyword** — always-available offline fallback
59
+ ### 🧠 Intelligent Local-First Semantic Search
81
60
 
82
- All network features degrade gracefully: no endpoint = keyword mode, never an error.
83
- Use the neutral `MCP_*` environment variables for new installs; legacy
84
- `NINEROUTER_*` and `LLM_*` variables are still supported. See
85
- [`docs/configuration.md`](docs/configuration.md).
61
+ `memory_recall` automatically selects the best available search engine on your machine:
86
62
 
87
- Need hard local-only behavior? Set `MCP_DETERMINISTIC_FALLBACK=true` to disable
88
- embeddings/rerank even if model keys are present; results are labeled
89
- `[deterministic]`.
63
+ 1. **Local Offline Vector Search (`v1.8.0`)** — Set `MCP_LOCAL_EMBED=true` to use the built-in, zero-dependency 384-dimensional term-frequency hashing vector engine. Sub-millisecond execution, zero network requests, 100% private.
64
+ 2. **Remote Embeddings (Optional)** — Connect any OpenAI-compatible `/v1/embeddings` endpoint (OpenAI, Cloudflare Workers AI, Ollama, LM Studio, 9router, OpenRouter).
65
+ 3. **LLM Reranking (Optional)** — Hybrid keyword pre-filter followed by LLM reranking for high-precision recall.
66
+ 4. **Keyword Fallback** — Always-available offline fallback if no network or API keys exist.
90
67
 
91
- ## Install
68
+ ---
92
69
 
93
- Requires Node.js >= 18.
94
-
95
- ### Quickest: run via npx (no clone)
96
-
97
- Point your MCP client at the published package — no install step needed:
70
+ ### 🔌 Plug & Play with Any MCP Client
98
71
 
72
+ #### 1. Codex CLI (`~/.codex/config.toml`)
99
73
  ```toml
100
- # Codex CLI ~/.codex/config.toml
101
74
  [mcp_servers.project-memory]
102
75
  command = "npx"
103
76
  args = ["-y", "-p", "codex-dev-mcp-suite", "project-memory-mcp"]
@@ -115,233 +88,73 @@ command = "npx"
115
88
  args = ["-y", "-p", "codex-dev-mcp-suite", "context-pack-mcp"]
116
89
  ```
117
90
 
118
- Or install globally: `npm i -g codex-dev-mcp-suite` → commands
119
- `project-memory-mcp`, `devjournal-mcp`, `checkpoint-mcp`, `context-pack-mcp`.
120
-
121
- ### From source
122
-
123
- ```bash
124
- git clone https://github.com/<you>/codex-dev-mcp-suite.git
125
- cd codex-dev-mcp-suite
126
- # install the MCP SDK in each server
127
- for s in project-memory checkpoint context-pack devjournal; do (cd "$s" && npm install); done
128
- ```
129
-
130
- ### Register with your MCP client
131
-
132
- Client-specific examples:
133
-
134
- - [Codex CLI](docs/clients/codex.md)
135
- - [Claude Code](docs/clients/claude-code.md)
136
- - [Generic MCP JSON](docs/clients/generic-mcp.md)
137
-
138
- **Codex CLI** (`~/.codex/config.toml`):
139
-
140
- ```toml
141
- [mcp_servers.project-memory]
142
- command = "node"
143
- args = ["/abs/path/codex-dev-mcp-suite/project-memory/server.js"]
144
- [mcp_servers.project-memory.env]
145
- MEMORY_VAULT_DIR = "~/.codex/memories/vault"
146
- # optional recall upgrades (see .env.example and docs/configuration.md)
147
- # MCP_LLM_BASE_URL = "http://localhost:11434/v1" # any OpenAI-compatible endpoint
148
- # MCP_LLM_API_KEY = "..."
149
- # MCP_RERANK_MODEL = "llama3.1:8b"
150
-
151
- [mcp_servers.checkpoint]
152
- command = "node"
153
- args = ["/abs/path/codex-dev-mcp-suite/checkpoint/server.js"]
154
-
155
- [mcp_servers.context-pack]
156
- command = "node"
157
- args = ["/abs/path/codex-dev-mcp-suite/context-pack/server.js"]
158
-
159
- [mcp_servers.devjournal]
160
- command = "node"
161
- args = ["/abs/path/codex-dev-mcp-suite/devjournal/server.js"]
162
- [mcp_servers.devjournal.env]
163
- JOURNAL_DIR = "~/.codex/memories/journal"
164
- ```
165
-
166
- **Claude Code / Cursor / Cline / other MCP clients** (`mcpServers` JSON): same
167
- idea — use the npm bin commands (`project-memory-mcp`, `devjournal-mcp`,
168
- `checkpoint-mcp`, `context-pack-mcp`) or `node /abs/path/<server>/server.js`,
169
- with optional `env`.
170
-
171
- ## Memory Recall Modes
172
-
173
- `memory_recall` supports a `mode` arg (default `"auto"`) that controls fallback behavior:
174
-
175
- | Mode | Behavior |
176
- |---|---|
177
- | `auto` (default) | Smart: try semantic → keyword → LLM rerank |
178
- | `semantic` | Require embedding. Returns `isError: true` if no embed key configured |
179
- | `keyword` | Skip embedding entirely (faster, pure keyword scoring) |
180
-
181
- The recall output annotates the active mode for transparency:
182
-
91
+ #### 2. Hermes Agent (`~/.hermes/config.yaml`)
92
+ ```yaml
93
+ mcp_servers:
94
+ project-memory:
95
+ command: project-memory-mcp
96
+ env:
97
+ MCP_LOCAL_EMBED: "true"
98
+ devjournal:
99
+ command: devjournal-mcp
100
+ checkpoint:
101
+ command: checkpoint-mcp
102
+ context-pack:
103
+ command: context-pack-mcp
183
104
  ```
184
- Recall for "how do users sign in" in my-project [semantic+rerank]:
185
- ### JWT login flow (id:..., sim:0.603, ...)
186
- ```
187
-
188
- The `+rerank` suffix is appended when LLM rerank is active (MCP_RERANK_ENABLED + key).
189
- Without embeddings, recall falls back to `[keyword]` or `[keyword+rerank]`.
190
- With `MCP_DETERMINISTIC_FALLBACK=true`, the mode is always `[deterministic]`.
191
-
192
- This means you can run codex-dev-mcp-suite with **zero API keys configured** —
193
- `memory_recall` still works via keyword scoring, just no semantic similarity.
194
-
195
- ### New in v1.5.0
196
-
197
- `project-memory` now adds a lightweight knowledge-graph layer:
198
105
 
199
- - `memory_link` resolves wiki-style links like `[[id]]`, `[[title]]`, and `[[project:title]]`, and shows backlinks
200
- - `memory_global_recall` searches across projects with same-project bias and graceful keyword fallback
201
- - `memory_dedup` suggests duplicate-note merges without deleting anything
202
-
203
- Link resolution always prefers the active project first, then falls back globally when appropriate.
204
-
205
- ## Daily workflow
206
-
207
- - Session start: `pack_overview` + `journal_resume` + `memory_recall "<topic>"`
208
- - Before a risky change: `checkpoint_create`
209
- - While working: `memory_save` (durable facts), `journal_log` (events/blockers)
210
- - Session end / before compaction: `journal_handoff`
211
-
212
- ## Optional: import your existing Codex history
213
-
214
- `backfill-sessions-v2.mjs` reads `~/.codex/sessions/*.jsonl` and imports each
215
- session (prompts, plan, commands, files touched) into project-memory + devjournal,
216
- grouped by project, backdated to the original session time.
217
-
218
- ```bash
219
- node backfill-sessions-v2.mjs --dry --min-prompts 2 # preview
220
- node backfill-sessions-v2.mjs --min-prompts 2 # import
106
+ #### 3. Google Antigravity CLI / Cursor / Claude Code (`mcp.json`)
107
+ ```json
108
+ {
109
+ "mcpServers": {
110
+ "project-memory": { "command": "project-memory-mcp", "env": { "MCP_LOCAL_EMBED": "true" } },
111
+ "devjournal": { "command": "devjournal-mcp" },
112
+ "checkpoint": { "command": "checkpoint-mcp" },
113
+ "context-pack": { "command": "context-pack-mcp" }
114
+ }
115
+ }
221
116
  ```
222
117
 
223
- ## Stats CLI
118
+ 👉 See detailed client setup guides in [`docs/clients/`](docs/clients/).
224
119
 
225
- A read-only summary of your local memory storage — totals, top projects,
226
- recent activity, and temp-slug cleanup candidates.
120
+ ---
227
121
 
228
- ```bash
229
- npx -y -p codex-dev-mcp-suite stats # human-readable
230
- npx -y -p codex-dev-mcp-suite stats --json # machine-readable
231
- npx -y -p codex-dev-mcp-suite stats --root /tmp/mem # different root
232
- npx -y -p codex-dev-mcp-suite stats --top 5 # trim top lists
233
- ```
122
+ ### 🚀 Daily Solo Developer Workflow
234
123
 
235
- Example output:
124
+ - **Session Start**: Run `pack_overview` + `journal_resume` + `memory_recall "<topic>"` to get oriented in seconds.
125
+ - **Before Risky Changes**: Run `checkpoint_create` to create a safe recovery point.
126
+ - **While Coding**: Run `memory_save` to store architectural decisions, and `pack_audit` before committing.
127
+ - **Session End / Compaction**: Run `journal_handoff` so your next session picks up right where you left off.
236
128
 
237
- ```
238
- Dev MCP Suite — stats
239
- ======================
240
- Storage root: /home/you/.codex/memories
241
-
242
- Totals
243
- ------
244
- Notes: 89
245
- Journal projects:19
246
- Checkpoints: 1
247
- Distinct projects: 25
248
-
249
- Top projects by notes (top 10)
250
- ------------------------
251
- 24 mrtrickster99-fd1ff0fa
252
- 14 Coding-17e063ef
253
- ...
254
-
255
- Temp/cleanup candidates (2)
256
- ------------------------
257
- tmp.itbtDn9eB3-b62798fd
258
- tmp.iHqM2Uh5K2-8d3660a2
259
- ```
129
+ ---
260
130
 
261
- The CLI is a thin wrapper around `lib/stats.js`, which is also importable
262
- directly from your own scripts. The default storage root is
263
- `~/.codex/memories`, but `--root` (or the existing `MEMORY_VAULT_DIR` /
264
- `JOURNAL_DIR` / `CHECKPOINT_DIR` env vars) override it.
131
+ ### 📊 Utility CLIs Included
265
132
 
133
+ Install globally with `npm i -g codex-dev-mcp-suite` to access built-in maintenance tools:
266
134
 
267
- ## Provider Smoke CLI
135
+ - `stats` View total notes, journal activity, and storage stats across all projects (`stats --json`).
136
+ - `prune` — Safely clean up temporary project scratch files (`prune --yes`).
137
+ - `provider-smoke` — Probe configured LLM providers (chat & embedding endpoints) for health and latency.
268
138
 
269
- Verify every configured LLM provider (chat + embeddings) with one command.
270
- Useful after adding a new API key, or when comparing provider latency.
139
+ ---
271
140
 
272
- ```bash
273
- npx -y -p codex-dev-mcp-suite provider-smoke # uses process.env
274
- npx -y -p codex-dev-mcp-suite provider-smoke --env-file ~/secrets.env # separate secrets file
275
- npx -y -p codex-dev-mcp-suite provider-smoke --markdown --save-md docs/providers.md
276
- ```
277
-
278
- Auto-detects providers from these env vars (highest precedence first):
279
-
280
- - **Numbered slots**: `MCP_PROVIDER_PRIMARY` / `_CHAIN2` / `_CHAIN3` / ...
281
- - **Named env**: `GROQ_*`, `CEREBRAS_*`, `MISTRAL_*`, `OPENROUTER_*`, `OPENAI_*`, `GEMINI_*`, `COHERE_*`, `VOYAGE_*`, `OLLAMA_*`, `ANTHROPIC_*`
282
- - **Catch-all**: `MCP_LLM_BASE_URL` / `MCP_RERANK_BASE_URL` / `MCP_EMBED_BASE_URL` / `NINEROUTER_URL` / `LLM_BASE_URL` (any OpenAI-compatible endpoint)
283
-
284
- For each detected provider, runs:
285
- - **chat probe** (`/v1/chat/completions`) — if the provider supports it
286
- - **embed probe** (`/v1/embeddings`) — if the provider supports it
287
-
288
- **Inference-only providers** (Groq, Cerebras, Anthropic) skip the embed probe automatically.
289
- **Non-OpenAI-compatible providers** (Cloudflare Workers AI) require a custom code path in
290
- `project-memory/embedding.js` — see [docs/providers.md](docs/providers.md).
141
+ ### 🔒 Privacy & Local-First Philosophy
291
142
 
292
- **No provider assumption is baked in**: the tool only probes what's in your env. Zero-config users
293
- get an empty matrix; pass `--env-file` to point at a secrets file.
143
+ - **Zero Cloud Backend**: Everything is saved locally as plain Markdown & JSON files on your hard drive (`~/.ai-shared-memory` or project directory).
144
+ - **Zero Telemetry**: No tracking, no user accounts, no phoning home.
145
+ - **Network Isolation Ready**: Set `MCP_DETERMINISTIC_FALLBACK=true` for 100% air-gapped, offline operations.
146
+ - See detailed [privacy and data flow documentation](docs/privacy.md).
294
147
 
295
- Chat-only providers (Groq, Cerebras) skip the embeddings probe automatically
296
- — they don't expose `/v1/embeddings`. Embedding-capable providers (Mistral,
297
- OpenRouter, OpenAI, Ollama, Gemini, Cohere) run both probes.
298
-
299
- Example output (Groq + Cerebras, both configured):
300
-
301
- ```
302
- [groq]
303
- ✓ chat 200 310ms "OK"
304
-
305
- [cerebras]
306
- ✓ chat 200 476ms
307
- ```
148
+ ---
308
149
 
309
- See [`docs/providers.md`](docs/providers.md) for a saved smoke matrix.
150
+ ### Support / Donasi
310
151
 
311
- ## Prune CLI
312
-
313
- Remove temp project slugs (prefix `tmp.`) from vault / journal / checkpoints.
314
- Default is DRY-RUN — nothing is deleted without `--yes`.
315
-
316
- ```bash
317
- npx -y -p codex-dev-mcp-suite prune # dry-run report
318
- npx -y -p codex-dev-mcp-suite prune --yes # actually delete
319
- npx -y -p codex-dev-mcp-suite prune --json # machine-readable
320
- npx -y -p codex-dev-mcp-suite prune --root /tmp/mem # different root
321
- ```
322
-
323
- Safety: refuses to delete any slug that does not start with `tmp.`. Useful
324
- right after heavy refactors or after imports that left tmp scratch dirs.
325
-
326
- For in-session use from an MCP client, the project-memory server exposes a
327
- `memory_stats` tool that returns the same summary text (or JSON) as the `stats`
328
- CLI above.
329
-
330
- ## Tests
331
-
332
- ```bash
333
- node run-tests.mjs # all servers (offline, ~27 tests)
334
- cd project-memory && npm test
335
- ```
152
+ Jika `codex-dev-mcp-suite` membantu alur kerja pengkodean Anda dan menghemat waktu Anda, dukung pengembangan proyek open-source ini melalui Saweria (QRIS, GoPay, DANA, OVO, ShopeePay):
336
153
 
337
- ## Privacy
154
+ [![Saweria](https://img.shields.io/badge/Saweria-Dukung%20Proyek-FAAE2B?style=for-the-badge&logo=saweria&logoColor=black)](https://saweria.co/sijuling)
338
155
 
339
- Local-first by default: no hosted backend, no built-in telemetry, no project
340
- account system. Everything is stored as files on your machine. No data leaves
341
- your machine unless you explicitly configure an external model/API endpoint for
342
- rerank or embeddings. See [privacy and data flow](docs/privacy.md). Your
343
- personal vault/journal/checkpoints are gitignored.
156
+ ---
344
157
 
345
- ## License
158
+ ### 📄 License
346
159
 
347
- MIT — see [LICENSE](./LICENSE).
160
+ MIT © Verry Simatupang — see [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-dev-mcp-suite",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "description": "Four local, file-based MCP servers for solo devs/vibecoders: persistent project memory, session handoff/resume, git-independent file checkpoints, and token-efficient project briefings. Works with any MCP client.",
5
5
  "type": "module",
6
6
  "license": "MIT",