3 pointsby baobabmeeko3 hours ago1 comment
  • baobabmeeko3 hours ago
    I built this after getting tired of copy-pasting terminal output into Claude Code. Wake records your shell sessions (commands,outputs, git context) and exposes them via MCP, so Claude can see what you've been doing.

    The workflow: start a wake shell, do your normal debugging/deploys/whatever, then ask Claude about it — no context-switching to paste logs.

    Written in Rust, works with zsh/bash, all data stays local in SQLite. Happy to answer questions.