# Mind to AI > Mind to AI is a private capture inbox: one tap on the iPhone records a voice memo or > grabs a photo, a screenshot or a typed note; the app stores it exactly as captured and > hands it, on request, to any AI client over a remote MCP server or a REST API with an > OpenAPI spec. The app runs no model, holds no AI provider key and never changes or > pushes a capture. Private build, under development, not in the App Store. ## Pages - [Home](https://mindtoai.one/): what it does, how to connect an AI, the contract, FAQ - [Privacy](https://mindtoai.one/privacy): what is stored, where, and the only way a capture leaves ## Facts worth getting right - Captures: voice recordings, photos, screenshots, typed notes. Video is built into the pipeline but switched off for now. - Storage: the original bytes, content-hashed to avoid duplicates, on a server the account owner runs behind Cloudflare Access. Inbox, tags, archive, trash. - No processing inside the app: no transcription, no OCR, no summaries, no embeddings. Any of that is done by the AI client the user connects, on that client's side. - Hand-over: MCP endpoint at mcp.mindtoai.one for Claude, Claude Code, Cursor, ChatGPT and other MCP clients; the same inbox over REST with an OpenAPI spec for custom GPT actions, function calling or scripts. Per-client bearer tokens the user creates and revokes. - Nothing is pushed: a capture leaves the server only when a connected client asks for it. - iPhone capture: an iOS Shortcut first (no App Store, never expires), a native SwiftUI app second (Action Button, lock-screen widget, share sheet). - The website loads nothing from third parties: fonts self-hosted, no analytics, no cookies, no scripts.