MCP Terminal Server
by RinardNick
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
timeout-ms | No | Command execution timeout in milliseconds | 30000 |
max-output-size | No | Maximum size of command output in bytes | 1048576 |
allowed-commands | No | Comma-separated list of allowed commands (e.g., 'python,pip,git,ls,cd') |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_command | Run a terminal command with security controls. |