← MCP Terminal Server

MCP Terminal Server 0.1.1

npm · @rinardnick/mcp-terminal · current release

1
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-17T20:36:01.708Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 1

ToolCategoryAnnotationsRisk
run_commandRun a terminal command with security controls.
Input schema
{
  "type": "object",
  "properties": {
    "command": {
      "type": "string",
      "description": "The command to execute"
    },
    "allowedCommands": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional list of allowed command executables"
    },
    "timeoutMs": {
      "type": "number",
      "description": "Maximum execution time in milliseconds (default: 30 seconds)"
    },
    "maxOutputSize": {
      "type": "number",
      "description": "Maximum output size in bytes (default: 1MB)"
    }
  },
  "required": [
    "command"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.