Terminal
Provides secure terminal access for Large Language Models (LLMs) with controlled command execution and resource limits.
关于
Enables secure and controlled command execution for Large Language Models (LLMs) using the Model Context Protocol (MCP). It offers features such as command validation, resource protection with timeouts and output size limits, and supports the MCP protocol for capability advertisement and streaming output. This server is designed to prevent command injection and memory exhaustion, ensuring a safe terminal access environment for LLMs such as Claude.
主要功能
- Command Execution with output capture and error handling
- Security Controls to restrict allowed commands and prevent command injection
- Resource Controls including command timeouts and maximum output size limits
- MCP Protocol Support with standard message format
- Capability advertisement and Streaming output support
使用案例
- Enabling terminal access for Claude Desktop
- Executing shell commands securely from LLMs
- Testing MCP server implementations