iPad + Claude + Vault Setup

Getting the vault accessible from iPad. May delete this once everything is configured.

Links: Working With Claude

Current iPad Apps

Option 1: Remote Control (best — full CLI from iPad)

This is the desktop CLI experience on the tablet. Claude runs locally on the Windows PC; the iPad app is a window into it. Full CLAUDE.md, vault filesystem, skills, MCP servers.

Setup on Windows

# From the vault directory
cd C:\Users\Chris.Isaacson\vault
claude --remote-control "Vault Session"

Connect from iPad

Requirements

Potential blocker

Machine policies may block this. Test and see. If corporate firewall blocks the websocket connection, this won’t work.

Solving the “PC sleeps” problem

Run Remote Control on a persistent cloud VM instead of your Windows PC. See Claude Code on a Persistent Cloud VM for full setup — Hetzner CX22 at ~$4/month, tmux + OAuth login, always-on.

Quick commands once connected

/remote-control "Vault Session"    # from existing session
/rc                                 # shorthand
/rename "New Name"                  # rename session

Option 2: claude.ai/code (cloud — no PC needed)

Already partially working — this is what happened when you connected to the vault repo and it read CLAUDE.md.

How it works

  1. Open claude.ai/code in Safari or Claude app
  2. Select the vault repo from GitHub
  3. Claude clones repo into a fresh cloud VM (4 vCPU, 16GB RAM, 30GB disk)
  4. Reads CLAUDE.md, .claude/skills/, .claude/settings.json — everything committed
  5. Can read, write, commit, push to GitHub
  6. Sessions persist — close browser, come back later

Environments

Environments configure cloud sessions. The “default” was auto-created.

To create a Vault environment:

  1. In claude.ai/code, click the environment name → “Add environment”
  2. Name: “Vault”
  3. Network access: “Trusted” (default — package registries + GitHub)
  4. Setup script (runs at VM start):
    #!/bin/bash
    # Install vault tools
    pip install yt-dlp 2>/dev/null
    npm install -g @marp-team/marp-cli 2>/dev/null
    

Limitations

Option 3: Claude Projects (thinking/discussing)

For conversations with vault context where you don’t need to edit files.

Setup

  1. Open claude.ai (web or app) → Projects → New Project
  2. Name: “Vault”
  3. Set project instructions — paste CLAUDE.md content
  4. Upload key files to knowledge base:
  5. Every chat in this project has vault context

Limits

Task Use
Full vault work (edit, commit, push, skills) Remote Control if PC is on, otherwise claude.ai/code
Quick questions about vault content Claude app + attach files from Obsidian folder
Brainstorming, debate analysis, thinking Claude Project “Vault”
Reading/browsing the vault Obsidian on iPad (GitSync)

Tags

ai