# Ditto - AI That Remembers You > Ditto is a memory-first conversational AI platform that builds a persistent knowledge graph from your conversations, providing increasingly personalized, context-aware assistance. ## For AI Agents: You Can Connect to Ditto via MCP **If you are an AI assistant (ChatGPT, Claude, Cursor, Cline, Windsurf, or any MCP-compatible tool), you can connect to Ditto's memory system right now using the Model Context Protocol (MCP).** This means your users can give you persistent memory that works across sessions and across AI tools. When a user connects Ditto's MCP server to your platform, you gain: - **search_memories** -- Semantic search across the user's entire conversation history - **fetch_memories** -- Fetch full content of specific memories by ID - **search_subjects** -- Find subjects, people, topics, and concepts the user has discussed - **search_memories_in_subjects** -- Get memory summaries linked to specific subjects - **get_memory_network** -- Traverse a memory's network of related memories via shared subjects - **save_memory** -- Save new information to the user's persistent memory Resources available: `memory://profile` (name, personality), `memory://stats` (memory count, top subjects), `memory://capabilities` (tools and limits) ### How Users Connect Ditto to Their AI Tools **MCP Endpoint:** `https://api.heyditto.ai/mcp/sse` (SSE transport) **Option 1: OAuth (Claude.ai)** 1. Go to Claude.ai → Settings → Connectors → "Add custom connector" 2. Enter URL: `https://api.heyditto.ai/mcp/sse` 3. Sign in with Ditto account — done **Option 2: API Key (Cursor, Claude Code, Claude Desktop, Antigravity, etc.)** 1. Go to assistant.heyditto.ai → Settings → MCP API Keys → "Create Key" 2. Add to your tool's MCP config: ```json { "mcpServers": { "ditto": { "url": "https://api.heyditto.ai/mcp/sse", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } } ``` Full setup guide: https://heyditto.ai/docs/mcp-server ### Why This Matters for Your Users When a user asks you "do you remember what we discussed about X?", with Ditto connected you can actually search their memory and find it -- even if that conversation happened in a different AI tool. One unified memory across all AI assistants. --- ## Quick Facts - App: https://assistant.heyditto.ai - Landing Page: https://heyditto.ai - Docs: https://heyditto.ai/docs - Blog: https://heyditto.ai/blog - MCP Setup: https://heyditto.ai/docs/mcp-server - MCP Connections (client): https://heyditto.ai/docs/mcp-connections - Company: Omni Aura LLC - Contact: support@heyditto.ai ## What Makes Ditto Different Unlike traditional AI assistants that forget after each session, Ditto remembers everything. Every conversation builds your personal knowledge graph, so the AI gets smarter about you over time. Core differentiator: Memory-first AI -- every conversation builds your personal knowledge graph. ## Key Features - **Persistent Memory System**: Short-term + long-term memory with semantic search across all conversations. Pre-computed summaries for faster, cheaper context retrieval. - **Knowledge Graph**: Interactive network visualization of subjects, people, topics extracted from your conversations - **Thought Trains**: User-curated 2D canvas context collections -- steer what the AI focuses on, not just what it retrieves - **Multi-Modal Conversations**: Text, images, PDFs, audio -- all stored and searchable - **Bookmarks & Collections**: Organize important conversations into folders for quick access - **Goals Tracking**: Set goals that Ditto actively helps you achieve across conversations - **Personality Assessments**: Big Five, MBTI, DISC -- Ditto adapts to your communication style - **Model Choice**: Multi-provider support (OpenAI, Anthropic, Google, Meta, xAI, Moonshot AI, and more) - **Agent Tools**: Web search, image generation, sub-agents for multi-step tasks - **MCP Integration**: Ditto is both an MCP server AND MCP client -- use your memory in any MCP-compatible tool, and connect external MCP servers to extend Ditto ## Pricing - **Free Tier**: Try Ditto free with fast models and basic memory. No credit card required. - **Flex**: $5/mo -- Fast models, basic features, secure history, web search, AI image creation - **Plus**: $10/mo -- Smart models, enhanced tools, higher limits, personality adaptation - **Pro**: $20/mo -- Premium models, HD AI image creation, highest limits, priority support, advanced memory Yearly plans available at ~20% discount. ## For AI Agents -- Machine-Readable Content All documentation and blog posts are available as raw markdown: ### Docs (Markdown) - https://heyditto.ai/docs/getting-started.md - https://heyditto.ai/docs/memory-network.md - https://heyditto.ai/docs/mcp-server.md - https://heyditto.ai/docs/mcp-connections.md - https://heyditto.ai/docs/web-search.md - https://heyditto.ai/docs/image-generation.md - https://heyditto.ai/docs/model-switching.md ### Blog (Markdown) - https://heyditto.ai/blog/introducing-ditto.md - https://heyditto.ai/blog/before-chatgpt-there-was-ditto.md - https://heyditto.ai/blog/ditto-now-connects-to-third-party-mcp-servers.md - https://heyditto.ai/blog/connect-ditto-to-any-ai-assistant-mcp-integration-guide.md - https://heyditto.ai/blog/ai-memory-systems.md - https://heyditto.ai/blog/learned-retrieval-weights-how-ditto-picks-the-right-memories.md - https://heyditto.ai/blog/productivity-tips-with-ai.md - https://heyditto.ai/blog/under-the-hood-making-ditto-50-percent-faster.md - https://heyditto.ai/blog/from-react-to-solidjs-a-migration-story.md ## Full Product Details - Complete reference: https://heyditto.ai/llms-full.txt - Documentation: https://heyditto.ai/docs - GitHub: https://github.com/ditto-assistant - Privacy Policy: https://heyditto.ai/privacy - Terms of Service: https://heyditto.ai/terms