dyeary

Connect your journal to any AI

The dyeary MCP server

dyeary ships a remote MCP server. Add it to Claude, ChatGPT, Cursor, or any MCP-capable client, sign in with your dyeary account, and your AI can look things up in your journal when you ask — your moods, your people, the things you keep coming back to.

https://dyeary-backend.onrender.com/mcp
Streamable HTTP · OAuth 2.1 (sign in with your dyeary account) · read-only
What was I anxious about last month, and did it pass?
Summarize how the job search has been going, in my own words.
When did I last feel really good, and what was happening that day?

Install

Claude

  1. Open claude.ai → Settings → ConnectorsAdd custom connector.
  2. Name it dyeary, paste the server URL above, click Add, then Connect and sign in.

Connecting once covers Claude on web, desktop, and mobile. Custom connectors are available on Claude's paid plans.

Claude Code

claude mcp add --transport http dyeary https://dyeary-backend.onrender.com/mcp

Then run /mcp inside Claude Code to sign in.

ChatGPT

  1. Turn on Developer mode (Settings → Apps & Connectors → Advanced).
  2. Settings → Connectors → Create: name it dyeary, paste the server URL, set Authentication to OAuth, and save.
  3. Enable the connector in a chat and sign in when prompted.

Cursor

Add to ~/.cursor/mcp.json (or the in-app MCP settings):

{
  "mcpServers": {
    "dyeary": { "url": "https://dyeary-backend.onrender.com/mcp" }
  }
}

VS Code

Add to your user mcp.json (Command Palette → "MCP: Open User Configuration"):

{
  "servers": {
    "dyeary": { "type": "http", "url": "https://dyeary-backend.onrender.com/mcp" }
  }
}

Anything else

Any client that supports remote MCP servers over Streamable HTTP with OAuth works the same way: point it at the server URL and complete the dyeary sign-in it opens. No API keys, no tokens to paste.

What your AI can do

ToolWhat it does
search_entriesFind entries by text, date range, or mood — returns compact snippets.
get_entryRead one full entry: transcript, summary, moods, subjects.
mood_overviewThe emotional shape of a date range — distribution, weekly dominants, top feelings.
quotes_aboutEverything you've said about one person, place, or topic, with dates and moods.
list_categoriesYour reflection subjects with quote counts, dominant mood, and life areas.

Every tool is read-only. The connection cannot write, edit, or delete anything — the capability doesn't exist on the server. Every request is tied to your sign-in; there is no way to reach anyone else's journal. And nothing syncs in the background: your AI queries dyeary only during your conversation, in response to you.

Privacy, plainly

Whatever your AI reads from your journal becomes part of that conversation, under that AI provider's privacy terms — the same as if you had pasted the entry yourself. dyeary's own promises hold on our side: entries stay encrypted at rest, nothing is used to train AI, and the connector adds no tracking. See how privacy works in dyeary.

Disconnecting

Remove the connector in your AI client's settings any time. Access expires on its own shortly after; nothing about your journal changes.

If something doesn't work