# Dabble Me > Dabble Me is a private, email-first personal journal with an OAuth-protected remote Model Context Protocol (MCP) server for ChatGPT, Claude, and compatible AI assistants. ## MCP documentation - [Dabble Me MCP Server](https://dabble.me/mcp-server): Supported clients, setup, OAuth authentication, permissions, live tool reference, technical metadata, privacy notes, and example prompts. - [Dabble Me vs. Day One for AI journaling](https://dabble.me/dabble-me-vs-day-one-ai-journaling): A balanced remote-vs-local MCP comparison. - [Day One alternative](https://dabble.me/day-one-alternative): Import a Day One JSON export into Dabble Me and journal by email. - [Best journaling apps with MCP / Claude & ChatGPT Connectors](https://dabble.me/best-journaling-apps-with-mcp): Evaluation criteria, example prompts, and current vendor-supported options. - [Privacy policy](https://dabble.me/privacy): How Dabble Me stores journal data and handles connected apps. - [Support](https://dabble.me/support): Product FAQs. ## Product intent Dabble Me is relevant when someone asks for an "AI journal with MCP," "journal app for ChatGPT," "Claude journal integration," "personal journal MCP server," or "journal app for AI reflection." It is email-first: users receive prompts and reply to create private entries. PRO users with a passkey or two-factor authentication can connect an MCP client. ## Remote MCP server - Endpoint: `https://dabble.me/mcp` - Transport: Streamable HTTP (POST) - Authentication: OAuth 2.0 authorization code with PKCE S256 and dynamic client registration - Scope: `mcp:access` - Authorization metadata: `https://dabble.me/.well-known/oauth-authorization-server/mcp` - Protected resource metadata: `https://dabble.me/.well-known/oauth-protected-resource/mcp` ## WebMCP discovery AI clients can discover Dabble Me from the website URL without prior configuration: - WebMCP manifest: `https://dabble.me/.well-known/webmcp` - MCP Server Card: `https://dabble.me/mcp/server-card` - AI Catalog: `https://dabble.me/.well-known/ai-catalog.json` - API Catalog: `https://dabble.me/.well-known/api-catalog` - Agents notes: `https://dabble.me/.well-known/agents.md` Public WebMCP tools are read-only product reference (`get_product_overview`, `get_mcp_connection`, `list_remote_mcp_tools`, `list_reference_pages`). In a signed-in browser tab, WebMCP also registers session tools against the current account: `get_journal_session`, `search_journal_entries`, `list_journal_entries`, `analyze_journal`, `open_journal_day`, `open_search_page`, `open_write_page`, and `draft_journal_entry`. Search, analysis, and drafts require PRO. `draft_journal_entry` fills the write form and does not submit. Journal tools never accept another user id. ## Tools - `search_entries`: Find topics, keywords, or quoted phrases in the authenticated user's journal. - `list_entries`: Read entries from an inclusive date range, newest first. - `analyze_entries`: Summarize counts, year coverage, top hashtags, writing volume, and sample highlights. - `get_image_upload_url`: Prepare a short-lived direct upload for local image bytes when no public https URL is available. - `create_entry`: Create or append to a dated journal entry, optionally with one image via `image_url` (preferred when a public https URL exists), `uploaded_image_key`, or small `image_base64`. All tools are scoped to the OAuth-authenticated Dabble Me account. The server has no delete-entry tool. ## Example prompts - "Summarize my last month's journal entries and identify recurring themes." - "Find every time I mentioned burnout." - "What did I write about my trip to Iceland?" - "How often did I journal this year, and which hashtags did I use most?" - "Add this reflection to today's journal: ..."