-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
What kind of feedback?
Suggestion for new MCP server
Item Type (if applicable)
MCP Server
Item Name (if applicable)
Terminal MCP
Description
I am submitting this to request the addition of my MCP server to the marketplace. I wasn't entirely sure about the formal application process, so I am starting by opening this issue.
Why I built this:
I created this MCP to solve a major pain point in the current AI workflow: the lack of ability to manage and monitor background processes. Previously, once an AI executed a long-running command, it couldn't easily "read back" from that process in the background. This made it nearly impossible to:
- Monitor real-time error messages after the initial execution.
- Interact with processes for hot-reloading or sending specific key inputs (like Ctrl+C).
- Check incremental logs without stopping and restarting the task.
Solution:
This Terminal MCP uses tmux to allow the AI to run processes in the background, monitor logs mid-execution, and send interactive inputs at any time. It bridges the gap between execution and persistent monitoring.
GitHub Repository
https://github.com/YoongiKim/terminal-mcp
Additional Details (optional)
Screenshots
Checklist
- I've searched existing issues for duplicates