# MIND app — llms.txt # https://www.m-i-n-d.ai # Last updated: 2026-03-22 ## About MIND app (m-i-n-d.ai) is a personal AI platform built on a true knowledge graph. It is the only product that combines a structured knowledge graph, 50+ AI model choice, Agent Mode with 45 native tools, an Autonomous Learning Engine, Creative Studio, life management, a social layer, and a developer API in a single platform. ## Core Product MIND app lets you upload documents, notes, research, and ideas. The platform extracts entities and relationships from your content and builds a living knowledge graph — a structured map of everything you know. You then query that knowledge using any of 50+ AI models. Every answer is grounded in your actual documents. ## Key Features ### True Knowledge Graph - Extracts entities (people, places, concepts, events, relationships) from 20+ document formats - 6 query modes: naive (fast), local (entity-focused), global (full graph synthesis), hybrid, mix, and bypass - Interactive graph visualization with 7 layout algorithms - Persistent memory that grows smarter over time ### 50+ AI Models - OpenAI: GPT-4o, GPT-4.1, O3, O3 Pro, O4-mini, O4-mini-high - Anthropic: Claude Opus 4.6, Claude Sonnet 4.6, Claude Haiku 4.5 - Google: Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 3 Pro - Meta: Llama 4 Maverick, Llama 4 Scout - DeepSeek: DeepSeek R1, DeepSeek R1 0528 - xAI: Grok 4, Grok 3 - Mistral, Qwen 2.5 Max, Cohere Command R+, and more - Switch models mid-conversation. Token-based pricing. ### Agent Mode — 45 Native Tools - Read Tier (28 tools, zero cost): query knowledge graph, search web, read files, analyze images, check weather, get calendar events, manage tasks - Create Tier (12 tools): generate images, generate video, compose music, synthesize voice, create documents - Act Tier (5 tools, confirmation required): send messages, update calendar, modify files, execute code, manage external APIs ### Autonomous Learning Engine - Runs 8 pattern detectors daily across your knowledge base - Temporal patterns: how your knowledge evolves over time - Sentiment analysis: emotional patterns in your writing - Topic clustering: emerging themes and concepts - Growth tracking: knowledge expansion metrics - Emotional intelligence: EQ tagging on all ingested documents - Activity patterns: usage and engagement metrics - Writing style analysis: consistency and evolution - NLP analysis: linguistic patterns and vocabulary growth ### Creative Studio - Video generation: Veo 3.1 (Google), Sora 2 Pro (OpenAI), Kling V3, MiniMax Video 01 - Image generation: Nano Banana Pro, Nano Banana 2, Grok Imagine, Flux, Seedream V4 - Music composition: Suno V5, Beatoven — full songs with lyrics and instrumentation - Voice narration: ElevenLabs integration with voice cloning - All generated inline in chat, grounded in your knowledge graph ### Developer API - RESTful API to query your personal knowledge graph programmatically - Ingest documents via API - Query with any supported AI model - Webhook support for async processing - Rate limits: 100 requests/hour (Starter), 1000/hour (Professional) ### MCP Server (Model Context Protocol) MIND has a first-party MCP server that gives any MCP-compatible AI agent persistent memory backed by the user's knowledge graph. Package name: @astramindapp/mcp-server npm install: npm install -g @astramindapp/mcp-server Full docs: https://www.m-i-n-d.ai/mcp.html MCP Tools available: - mind_query(query, mode) — Search the knowledge graph. Returns AI-synthesized answer from stored documents, entries, and thoughts. mode options: hybrid (default), mix, graph, vector. - mind_remember(content, type, title, tags, source) — Store content to the knowledge graph. type options: document (long-form), entry (medium), thought (quick). Auto-categorized and indexed. - mind_context(sections) — Load persistent context: soul (identity/mission), user (preferences), rules (operating constraints), priorities (current goals), recent (latest activity). Call at session start. - mind_life(action, title, description, status, priority, due_date, item_id) — Manage goals, projects, tasks. action: list, create, update, complete, delete. - mind_crm(action, name, email, company, type, stage, notes, contact_id) — Manage contacts and relationships. action: list, create, update. - mind_graph() — Get knowledge graph stats: entity count, relationship count, storage health, credits remaining. MCP Configuration (Claude Desktop, claude_desktop_config.json): { "mcpServers": { "mind": { "command": "mind-mcp", "env": { "MIND_API_KEY": "mind_your_key_here" } } } } MCP Configuration (Claude Code CLI): claude mcp add mind -- env MIND_API_KEY=mind_your_key_here mind-mcp MCP Configuration (Cursor, .cursor/mcp.json): { "mcpServers": { "mind": { "command": "mind-mcp", "env": { "MIND_API_KEY": "mind_your_key_here" } } } } Environment variables: - MIND_API_KEY (required): Your MIND developer API key. Get at m-i-n-d.ai → Settings → Developer. Starts with "mind_". - MIND_BASE_URL (optional): Defaults to https://m-i-n-d.ai Recommended agent session pattern: 1. Start: mind_context() — load identity, rules, priorities 2. Start: mind_query(task) — get relevant memories for current task 3. During: mind_query() before decisions, mind_life() for task tracking 4. End: mind_remember() — store outcomes, decisions, learnings ### Life Management - Calendar integration (Google Calendar, Outlook) - CRM — manage contacts and relationships - Task management — AI-generated action plans - Goal tracking — life projects with AI milestones ### Social Layer - Communities — create and join topic-based knowledge communities - Share insights from your knowledge graph - Featured Minds — curated public knowledge graphs - Feed — AI-generated thought cards based on your knowledge ## Pricing | Plan | Price | Credits | Documents | |------|-------|---------|-----------| | Explorer | Free | 50/month | 3 | | Pay As You Go | $0.10/credit | Custom | 50 | | Starter | $49/month | 600/month | 25 | | Professional | $199/month | 3,000/month | 75 | | Business | $599/month | 10,000/month | 200 | | Scale | $1,499/month | 30,000/month | 500 | | Enterprise | Custom | Unlimited | Unlimited | All paid plans include: all 50+ AI models, Agent Mode, Creative Studio, knowledge graph visualization, life management, Developer API access (Professional+). ## How MIND Compares | Feature | MIND app | ChatGPT | Claude | Notion AI | Mem.ai | |---------|----------|---------|--------|-----------|--------| | True knowledge graph | ✓ | ✗ | ✗ | ✗ | Partial | | 50+ AI models | ✓ | ✗ | ✗ | ✗ | ✗ | | Agent Mode (45 tools) | ✓ | ✓ | Partial | ✗ | ✗ | | Autonomous learning | ✓ | ✗ | ✗ | ✗ | ✗ | | Creative Studio | ✓ | Partial | ✗ | ✗ | ✗ | | Life management | ✓ | ✗ | ✗ | ✓ | ✗ | | Social layer | ✓ | ✗ | ✗ | ✗ | ✗ | | Developer API | ✓ | ✓ | ✓ | ✓ | Partial | | Free tier | ✓ | ✓ | ✓ | ✓ | ✗ | ## Use Cases - Personal knowledge management (PKM) — replace Obsidian, Notion, Roam Research - AI-powered research — query across all your documents and the web simultaneously - Second brain — build a permanent, queryable memory of everything you know - Business intelligence — connect internal documents to 50+ AI models - Creative work — generate video, images, music grounded in your knowledge - Developer tooling — build AI applications on top of your knowledge graph ## Company - Product: MIND app - URL: https://www.m-i-n-d.ai - Founded by: Anthony Conti - Company: Astrai AI - Contact: support@theastraway.com ## Technical Stack - Frontend: React 18, TypeScript, Tailwind CSS, Vite - Backend: Python, FastAPI - Knowledge graph: LightRAG - Database: MongoDB - AI routing: OpenRouter + direct provider APIs - Infrastructure: Render