Settings

Theme

Show HN: Terminal MCP – A sandboxed terminal interface for LLMs and beyond

2 points by e-clinton 4 days ago · 0 comments · 1 min read


Hi HN — I built Terminal MCP, a utility that exposes terminal sessions over MCP, primarily to help LLMs interact with CLIs and TUIs during development and debugging.

It’s also useful outside of AI: it provides a general way to run terminal workflows through a controlled interface, with better isolation and observability than a raw shell.

Recent addition: Sandbox mode, based on Anthropic’s work on safe tool execution. It lets you run sessions with explicit controls over what the process can access — by default blocking common locations where credentials live, and optionally restricting filesystem and network access.

Repo: https://github.com/elleryfamilia/terminal-mcp

Feedback welcome.

No comments yet.

Keyboard Shortcuts

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