Settings

Theme

Show HN: Terminal MCP – Browser MCP for the Terminal

github.com

3 points by e-clinton 10 days ago · 1 comment

Reader

e-clintonOP 10 days ago

Inspired by tools like "Browser MCP", I wanted a way for LLMs to see my CLI/TUI applications during testing/debugging to help me troubleshoot issues quickly. Yes, LLMs can already spawn terminals on their own, however this allows both you and the LLM to interact concurrently.

There are other creative uses for it... like I can get Claude Code to use the full Gemini or Codex CLIs and ask for help on a problem. Others have pointing out achieving similar results via tmux, however my approach is simpler without that extra layer.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection