|
30 | 30 | | [What's in the box](#whats-in-the-box) | Reference | Repo file-tree tour | ~1 min | |
31 | 31 | | [Status](#status) | Meta | Alpha — running on my vault, looking for testers | ~1 min | |
32 | 32 | | [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 | — | |
33 | 35 | | [License](#license) | Meta | MIT | — | |
34 | 36 | | [Credits](#credits) | Meta | Built by Nate Davidovich | — | |
35 | 37 |
|
@@ -239,6 +241,40 @@ Open an issue or a discussion if you try it. Bug reports with `.sync-state.json` |
239 | 241 |
|
240 | 242 | --- |
241 | 243 |
|
| 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 | + |
242 | 278 | ## License |
243 | 279 |
|
244 | 280 | MIT — see [LICENSE](LICENSE). |
|
0 commit comments