MCP Terminal Server
@RinardNick
关于 MCP Terminal Server
An MCP server that provides secure terminal access for Claude and other LLMs
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-terminal": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Terminal Server?
MCP Terminal Server is a secure terminal execution server implementing the Model Context Protocol (MCP). It provides controlled command execution capabilities with security features and resource limits, designed for use with MCP-based applications like Claude Desktop.
How to use MCP Terminal Server?
Install the package using uv pip install mcp-terminal, then configure Claude Desktop with the command and args fields, specifying allowed commands, timeout, and maximum output size. The server can also be tested with the MCP Inspector tool.
Key features of MCP Terminal Server
- Execute shell commands with output capture and error handling
- Restrict allowed commands and prevent command injection
- Command timeouts and maximum output size limits
- Standard MCP message format with capability advertisement
- Streaming output support for long-running commands
Use cases of MCP Terminal Server
- Running development commands (git, pip, python, ls, cd) through Claude Desktop
- Executing controlled shell commands from AI agents via MCP
- Automating terminal tasks with enforced security boundaries and resource protection
FAQ from MCP Terminal Server
What commands are allowed by default?
The server does not allow any commands by default; you must specify the allowed commands using the --allowed-commands argument.
What are the runtime dependencies?
MCP Terminal Server requires Python and the uv package manager. It is designed to work with MCP clients such as Claude Desktop.
How are commands protected from injection?
The server validates commands against a whitelist, blocks shell operators, and prevents command injection attempts.
What resource limits are enforced?
Each command has a configurable timeout (default 30 seconds) and a maximum output size (default 1 MB) to prevent hanging or memory exhaustion.
How does the server communicate?
It implements the Model Context Protocol version 1.0.0, using JSON messages over standard input/output (stdio) with the client.
开发工具 分类下的更多 MCP 服务器
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
评论