dyeary
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
Connecting once covers Claude on web, desktop, and mobile. Custom connectors are available on Claude's paid plans.
claude mcp add --transport http dyeary https://dyeary-backend.onrender.com/mcp
Then run /mcp inside Claude Code to sign in.
Add to ~/.cursor/mcp.json (or the in-app MCP settings):
{
"mcpServers": {
"dyeary": { "url": "https://dyeary-backend.onrender.com/mcp" }
}
}
Add to your user mcp.json (Command Palette → "MCP: Open User Configuration"):
{
"servers": {
"dyeary": { "type": "http", "url": "https://dyeary-backend.onrender.com/mcp" }
}
}
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.
| Tool | What it does |
|---|---|
search_entries | Find entries by text, date range, or mood — returns compact snippets. |
get_entry | Read one full entry: transcript, summary, moods, subjects. |
mood_overview | The emotional shape of a date range — distribution, weekly dominants, top feelings. |
quotes_about | Everything you've said about one person, place, or topic, with dates and moods. |
list_categories | Your 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.
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.
Remove the connector in your AI client's settings any time. Access expires on its own shortly after; nothing about your journal changes.