Product · Notes

Notes that live where you want them, and that your AI can read

Korely keeps your notes where you want them. Local only on your disk, or synced to the cloud across devices: you pick. By default it stays local and nothing ever leaves the machine. Either way, the vault is plain Markdown that opens in Obsidian, Apple Notes, Logseq, Cursor, Claude Code, or any editor you already use. Your AI reads it too, through the Model Context Protocol or the Korely CLI.

Vault

Markdown on disk, openable everywhere

Each Korely note is a single .md file inside a folder you choose on startup. Open the folder in Finder or Explorer and you see your notes the same way you see anything else on disk. Point Obsidian, Logseq, iA Writer, Cursor, Claude Code, or VS Code at the same folder and they all just work. Apple Notes users can import and export the same Markdown back and forth. If you ever leave Korely, every byte of your knowledge comes with you. No export wizard. No migration tool. Nothing locks you in.

The Markdown follows Obsidian's conventions: wikilinks [[like this]], tags like #research, and inline images stored next to the note in an attachments/ folder. If you already keep a vault elsewhere, the importer ships with the app.

From the founder

I spent three or four years moving between note apps on Windows and Mac. None of them put together what I actually needed: simple to type into, easy to find things in, and intelligent enough to talk to my AI tools. The notes kept piling up across different folders and the AI assistants could see none of them. That gap is the thing Korely was built to close.

Knowledge graph

A knowledge graph that links your notes on its own

Obsidian made backlinks famous, but they only work if you remember to type [[wikilinks]] while writing. Most people stop after a week. Korely doesn't need you to remember.

As you write, Korely reads each note with a local embedding model and pulls out the entities that come up across your vault: people, projects, places, concepts, and anything else that recurs. Notes that share entities become related on their own. Open a note about a customer call and the sidebar shows last year's discovery notes, the proposal draft, and the contract review you almost forgot. No tagging discipline required.

This is what makes GraphRAG sharper than plain RAG. When you ask Korely a question, or any AI tool plugged into your vault, the retrieval doesn't just look at keyword matches. It walks the graph, follows the entities, and pulls in everything related. The answer comes back with the full picture, not just the closest paragraph. More on the knowledge graph →

Folders & tags

Folders and tags, the way you already organize

Korely doesn't force one filing system. Folders mirror the directory on disk, so creating them in the app or in Finder both work. Tags live inline as #research or #meetings and surface in the sidebar.

If you want structure, use folders. If you want fluidity, use tags. If you want neither, the knowledge graph still wires things together for you. Pick two, three, or none. Search and graph work the same either way.

AI access

Plug your AI in through MCP or the CLI

Korely ships two ways to give your AI access to the vault. The first is a Model Context Protocol (MCP) server built into the desktop app. Add it as a source in Claude Desktop, Cursor, Zed, or any MCP aware client and the assistant can search, read, and traverse your notes directly. No file upload. No clipboard dance. No "let me paste the relevant context" workaround.

The second is the Korely CLI. Pipe queries from a terminal, a shell script, an editor command, or your own agent framework. Same five read tools as MCP: korely_search, korely_read_item, korely_get_related, korely_list_notes, and korely_list_folders. Same Markdown output. No GUI required.

Why use the CLI when you have MCP? Token economics. With MCP, your AI agent decides what to fetch and often makes five to ten exploratory tool calls per question, each one growing the context window. With the CLI, your script pulls exactly what you need and hands a compact result to the model. Same vault, same tools, a fraction of the spend. Pick MCP when you want the agent to drive. Pick the CLI when you want to drive.

Pro users also get write tools (save notes, create tasks) and a cloud MCP endpoint, so a vault that lives on your laptop can still answer questions from your phone, your CI runner, or n8n. See the full setup →

What it's not

Not a Notion replacement. No databases, no kanban, no shared workspaces. Korely is a local vault for your own thinking. Sharing lives in Notion or Linear, where it belongs.

Not a cloud first SaaS. Free is offline only and stays that way forever. Cloud sync (Pro) is opt in and mirrors what's already on your disk. Nothing is uploaded behind your back.

Not a "second brain" framework. Korely doesn't ship PARA, Zettelkasten, or any other taxonomy stacked on top of your notes. Use the structure that already lives in your head, or no structure at all.

Frequently asked

Where are my notes stored? +

On your machine, as plain Markdown files in a folder you choose. You decide if anything ever leaves your computer, and which folder gets synced if you turn cloud sync on.

Can I open the same vault in Obsidian, Apple Notes, or Cursor? +

Yes. The vault is plain Markdown plus a folder of attachments. Open it in Obsidian, Logseq, iA Writer, VS Code, Cursor, Claude Code, or any editor that reads a folder. Apple Notes users can import and export the same Markdown back and forth.

How does the search work offline? +

Korely indexes every note with full text search (SQLite FTS5) plus a local embedding model. Hybrid search combines the two so you find notes by exact words and by meaning. Nothing leaves your machine unless you decide to turn cloud sync on.

What is the knowledge graph for? +

Korely reads each note with a local embedding model and extracts the entities that recur across your vault: people, projects, places, concepts. Notes that share entities become related on their own. The same graph powers GraphRAG, so when you or your AI ask a question, the answer pulls from the whole network of your notes, not just keyword matches.

How do AI tools like Claude or Cursor read my notes? +

Two ways. The desktop app ships a Model Context Protocol (MCP) server: add Korely as a source in Claude Desktop, Cursor, Zed, or any MCP aware client. The Korely CLI does the same from a terminal, a shell script, or any agent framework you build. Notes stay on your machine unless you turn cloud sync on.

Your notes. Your machine. Your AI.

Free forever for the local vault. No card, no account, no upload.