Tabby-MCP
Verified Safeby GentlemanHu
Overview
Provides a comprehensive Model Context Protocol (MCP) server plugin for Tabby Terminal, allowing AI assistants to control the terminal with various tools.
Installation
No command providedSecurity Notes
The server exposes powerful terminal control and system interaction capabilities (e.g., `exec_command`, `send_input`, `quick_connect`). A critical security feature is the 'Pair Programming Mode' which, by default, prompts the user for confirmation before executing arbitrary commands via `exec_command`. This significantly mitigates the risk of a rogue AI or malicious input. However, the `send_input` and `quick_connect` tools, which can manipulate interactive terminal sessions or initiate SSH connections, do not appear to have a similar confirmation dialog by default. Running locally on `http://localhost:3001` reduces external network exposure, but local processes can still interact with it. No obvious hardcoded secrets or 'eval' calls found directly within the provided code, but the nature of executing arbitrary commands necessitates careful use and confirmation.
Similar Servers
apify-mcp-server
Enables AI agents (LLMs) to interact with the Apify platform, allowing for web scraping, data extraction, and task automation via Apify Actors, data storage, and documentation search.
tmux-mcp
Enables AI assistants (like Claude Desktop) to interact with, control, and observe tmux terminal sessions by providing tools for session management and command execution.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.