From ab9bcb4ecbf4ec7618d065912b0f9060c3808b35 Mon Sep 17 00:00:00 2001 From: nvms Date: Fri, 13 Mar 2026 07:03:32 -0400 Subject: [PATCH 1/3] add tui-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cc4624a..6463bd28 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge Run commands, capture output and otherwise interact with shells and command line tools. - [danmartuszewski/hop](https://github.com/danmartuszewski/hop) 🏎️ 🖥️ - Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts. +- [nvms/tui-mcp](https://github.com/nvms/tui-mcp) 📇 🏠 🍎 🪟 🐧 - What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch, screenshot, and interact with any TUI app. - [ferodrigop/forge](https://github.com/ferodrigop/forge) ([glama](https://glama.ai/mcp/servers/ferodrigop/forge)) 📇 🏠 - Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture, multi-agent orchestration, and a real-time web dashboard. ### 💬 Communication From 9e4b035bd3877ead7e639d92055650ccb2e6b1fa Mon Sep 17 00:00:00 2001 From: nvms Date: Fri, 13 Mar 2026 07:12:15 -0400 Subject: [PATCH 2/3] add glama url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6463bd28..4c49e373 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge Run commands, capture output and otherwise interact with shells and command line tools. - [danmartuszewski/hop](https://github.com/danmartuszewski/hop) 🏎️ 🖥️ - Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts. -- [nvms/tui-mcp](https://github.com/nvms/tui-mcp) 📇 🏠 🍎 🪟 🐧 - What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch, screenshot, and interact with any TUI app. +- [nvms/tui-mcp](https://github.com/nvms/tui-mcp) ([glama](https://glama.ai/mcp/servers/nvms/tui-mcp)) 📇 🏠 🍎 🪟 🐧 - What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch, screenshot, and interact with any TUI app. - [ferodrigop/forge](https://github.com/ferodrigop/forge) ([glama](https://glama.ai/mcp/servers/ferodrigop/forge)) 📇 🏠 - Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture, multi-agent orchestration, and a real-time web dashboard. ### 💬 Communication From 6e1f74324cb2da18891947c9fa34e05c86f22320 Mon Sep 17 00:00:00 2001 From: Jonathan Pyers Date: Sun, 15 Mar 2026 07:50:51 -0400 Subject: [PATCH 3/3] Add MCP server badge to tui-mcp entry in README Updated the tui-mcp entry to include a badge for the MCP server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ee00b5..52c20a27 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge Run commands, capture output and otherwise interact with shells and command line tools. - [danmartuszewski/hop](https://github.com/danmartuszewski/hop) 🏎️ 🖥️ - Fast SSH connection manager with TUI dashboard and MCP server for discovering, searching, and executing commands on remote hosts. -- [nvms/tui-mcp](https://github.com/nvms/tui-mcp) ([glama](https://glama.ai/mcp/servers/nvms/tui-mcp)) 📇 🏠 🍎 🪟 🐧 - What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch, screenshot, and interact with any TUI app. +- [nvms/tui-mcp](https://github.com/nvms/tui-mcp) [![tui-mcp MCP server](https://glama.ai/mcp/servers/nvms/tui-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nvms/tui-mcp) 📇 🏠 🍎 🪟 🐧 - What Chrome DevTools MCP is for the browser, tui-mcp is for the terminal. Launch, screenshot, and interact with any TUI app. - [ferodrigop/forge](https://github.com/ferodrigop/forge) [![forge MCP server](https://glama.ai/mcp/servers/ferodrigop/forge/badges/score.svg)](https://glama.ai/mcp/servers/ferodrigop/forge) 📇 🏠 - Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture, multi-agent orchestration, and a real-time web dashboard. ### 💬 Communication