Show HN: Wake – Terminal Session Context for Claude Code via MCP
2 points
2 days ago
| 0 comments
| github.com
| HN
I kept copy-pasting terminal output into Claude Code. Built this instead.

Wake spawns your shell in a PTY, captures commands and output via shell hooks, stores everything in SQLite, and exposes it through an MCP server. Claude Code can then query your terminal history directly.

  - `wake shell` to start a session                                                                                                                                                                                                          
  - Work normally                                                                                                                                                                                                                            
  - Claude sees what happened                                                                                                                                                                                                                
                                                                                                                                                                                                                                             
Written in Rust. Zsh/bash supported. All data stays in ~/.wake/
No one has commented on this post.