The context of YOU
...and your world

The missing knowledge layer of your life

Start Your Library
πŸ”

You Own It

Files live where you decideβ€”offline, encrypted drives, or private repos. No opaque databases or vendor lock-in. Just files.

🧱

Composable Context

Small, purpose-built docs that let you mix and match context packets for any AI conversation or Agent task.

πŸ‘οΈ

Human & AI Readable

Optimized for machine reasoning and human browsing. If you can't read it, you can't trust what the AI knows.

Not just another vault.

MCL bridges the gap between personal note-taking and AI infrastructure.

vs. Second Brains

(Obsidian, Notion, PARA)

  • Optimized for machine reasoning, not just reading.
  • Privacy scopes (public/secret) built-in for AI safety.
  • Standard headers allow diverse tools to interoperate.

vs. RAG Systems

(Vector DBs, MemGPT)

  • File-first, not vector-first. No complex stack required.
  • Explainable retrieval via curated index files.
  • Decoupled from any specific model or app SDK.
View Full Comparison

The Structure

A standardized yet flexible schema for your digital life.

MyContextLibrary/
β”œβ”€β”€ agents/         # πŸ€– Agent configs, prompts & memory
β”œβ”€β”€ export/         # πŸ“€ Generated PDFs & reports (Outputs)
β”œβ”€β”€ import/         # πŸ“₯ Raw ingest folder (Inputs)
β”œβ”€β”€ library/        # 🧠 The Core Knowledge Base
β”‚   β”œβ”€β”€ me/         #    - Brand, Bio, Facts
β”‚   β”œβ”€β”€ projects/   #    - Active endeavors
β”‚   └── work/       #    - Companies & Products
β”œβ”€β”€ playbooks/      # πŸ“– Reusable templates & guides
β”œβ”€β”€ routines/       # πŸ”„ Recurring workflows
β”œβ”€β”€ tools/          # πŸ› οΈ Automation scripts
└── settings/       # βš™οΈ System configs
See Full Examples

Get Started

You can start building your library in less than 5 minutes.

1

Create the Folder Structure

Simply create a folder named MyContextLibrary on your disk and add the core subfolders: library, me, and settings.

2

Add Your First Document

Create library/me/fast_facts.md. Add the Minimum Viable Header (MVH):

---
title: "Fast Facts"
created: "2025-11-27"
sensitivity: "private"
---

# Fast Facts
- Role: Software Engineer
- Location: Warsaw, Poland
3

Grow Organically

Don't over-engineer. Add projects/ when you start a new project. Add playbooks/ when you find yourself repeating a task. Let the structure evolve with you.

4

Use with AI

Integrate your library with your favorite AI tool or agent like Claude Code, Gemini CLI, or others. Don't be afraid to experiment!

Read Spec