Running an entire AI workflow from a phone with a shared MCP memory layer
Asly97 · reddit · 2026-09-14
A developer shares how he replaced copy-pasting context between ChatGPT, Claude Code, and Codex with one phone-controlled system.
Architecture
- Shared memory: Vilix AI exposes an MCP server; every tool connects via OAuth or API key and reads/writes the same memory (getcontext / saveturn). Retrieval is semantic RAG over a vector DB, storing conversations, projects, tasks, personal rules, and reusable skills.
- Skills as memory: workflows an AI figures out (e.g., a video editing pipeline) get saved as skills, so every connected tool can reuse them instead of re-learning.
- Integrations: Gmail, Notion, and social accounts connect once through Composio, which centralizes all MCP tool connections.
In practice
- A 24/7 agent setup ("Hermes") runs on an Azure VM where Claude Code and Codex build; he plans tasks from his phone, and the builder picks up full context — a website change requested from his phone went live in minutes.
- Content pipeline: record video on phone, Claude Code edits and renders it with Remotion following the saved skill, Canva handles design, and scheduled overnight jobs surface content ideas and analytics reports.
More from coding & agent
- Chroma Lingua: agents get Plutchik's Wheel of Emotions as a skill, rendered as subtly animated text — RileyRalmuto · 2026-09-14
- ctxdrop: a free 1-hour file-sharing tool built for sending files to Claude via Telegram — concept8 · 2026-09-14
- MemoryOps AI treats AI memory as governed state — policy-before-storage, auditable deletion, typed memories — Fit_Fortune953 · 2026-09-14
- AgentChaos: Open-Source Harness Tests Prompt Injection via MCP Tool Results — DiscussionHealthy802 · 2026-09-14
- Stop whining about Claude quota draining: veteran shares 5 token-saving practices — termmonkey · 2026-09-14
- Senior Engineers Lack AI Production Experience, So He Open-Sourced an Interview Prep Repo — jgarg27 · 2026-09-14