Skip to content

Commit 7011079

Browse files
committed
[bot:fix] README: add maxxing-series block + "outside the sync" MCP callout
- Light touch: 3-row maxxing-series table (cli-maxxing / creativity-maxxing / task-maxxing) mirroring creativity-maxxing's footer — helps cold landers funnel to siblings. - Heavier: optional Morgen MCP + Notion MCP + Obsidian download section, framed as NOT required for the sync (W1/W2/W3 use direct API tokens through n8n) but useful if you want to talk to these tools from Claude Code directly. Morgen MCP is the CLI front door in practice. - Quick Navigation updated with two new TOC rows.
1 parent 33e2a11 commit 7011079

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
| [What's in the box](#whats-in-the-box) | Reference | Repo file-tree tour | ~1 min |
3131
| [Status](#status) | Meta | Alpha — running on my vault, looking for testers | ~1 min |
3232
| [Known quirks](#known-quirks) | Reference | macOS-only daemon, Morgen inbox-only, rate budget | ~1 min |
33+
| [Using these tools outside the sync](#using-these-tools-outside-the-sync) | Reference | Optional Morgen / Notion MCPs + Obsidian download | ~1 min |
34+
| [The maxxing series](#the-maxxing-series) | Meta | Sibling repos: cli-maxxing + creativity-maxxing ||
3335
| [License](#license) | Meta | MIT ||
3436
| [Credits](#credits) | Meta | Built by Nate Davidovich ||
3537

@@ -239,6 +241,40 @@ Open an issue or a discussion if you try it. Bug reports with `.sync-state.json`
239241

240242
---
241243

244+
## Using these tools outside the sync
245+
246+
None of these are required for the three-way sync — W1/W2/W3 talk to Notion and Morgen with direct API tokens through n8n, no MCPs involved. But if you landed here cold and want to actually *talk* to these tools from Claude Code (add a task from the terminal, query your Notion DB, open your vault), here's the optional add-on layer:
247+
248+
- **Morgen MCP** — my unofficial MCP for Morgen.
249+
```bash
250+
claude mcp add morgen -- npx -y fidgetcoding-morgen-mcp
251+
```
252+
Lets Claude Code create / update / reflow Morgen tasks and events from the CLI. Repo: [`lorecraft-io/morgen-mcp`](https://github.com/lorecraft-io/morgen-mcp).
253+
- **Notion MCP** — the official Notion MCP server.
254+
```bash
255+
claude mcp add --transport http notion https://mcp.notion.com/mcp
256+
```
257+
Or see [developers.notion.com/docs/mcp](https://developers.notion.com/docs/mcp) for the local-stdio + OAuth variants.
258+
- **Obsidian** — the app itself. Download at [obsidian.md](https://obsidian.md). Pair it with the [Obsidian Tasks plugin](https://publish.obsidian.md/tasks/) (Clare Macrae) — that's the plugin whose syntax `task-maxxing` parses.
259+
260+
If you want all of this pre-wired alongside Claude Code, shell aliases, and a dozen other productivity MCPs, [`cli-maxxing`](https://github.com/lorecraft-io/cli-maxxing) is the one-shot installer.
261+
262+
---
263+
264+
## The maxxing series
265+
266+
This is one of three repos in the stack:
267+
268+
| Repo | What it does |
269+
|------|-------------|
270+
| [`cli-maxxing`](https://github.com/lorecraft-io/cli-maxxing) | Foundation — Claude Code, shell aliases, dev tools, productivity MCPs (Morgen, Motion, n8n, Notion, Playwright, SwiftKit). |
271+
| [`creativity-maxxing`](https://github.com/lorecraft-io/creativity-maxxing) | Design skills, video prompt engines, transcription lab, Canva in terminal. |
272+
| **`task-maxxing`** | **This repo** — three-way task sync, Obsidian ↔ Notion ↔ Morgen. |
273+
274+
Install `cli-maxxing` first (it drops `claude` onto your `PATH`). After that, `creativity-maxxing` and `task-maxxing` can be installed in either order.
275+
276+
---
277+
242278
## License
243279

244280
MIT — see [LICENSE](LICENSE).

0 commit comments

Comments
 (0)