← mcp-cli-exec MCP Server

mcp-cli-exec MCP Server 1.0.7

npm · mcp-cli-exec · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-17T18:57:13.656Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 2

ToolCategoryAnnotationsRisk
cli-execExecute one or more CLI commands in a specific working directory
Input schema
{
  "type": "object",
  "properties": {
    "workingDirectory": {
      "type": "string",
      "description": "Working directory to execute commands in"
    },
    "commands": {
      "oneOf": [
        {
          "type": "string",
          "description": "Single command or && separated commands"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of commands to execute sequentially"
        }
      ],
      "description": "Commands to execute"
    },
    "timeout": {
      "type": "number",
      "description": "Optional timeout in milliseconds per command (default: 5 minutes)",
      "minimum": 0
    }
  },
  "required": [
    "workingDirectory",
    "commands"
  ]
}
— · —
cli-exec-rawExecute a raw CLI command and return structured output
Input schema
{
  "type": "object",
  "properties": {
    "command": {
      "type": "string",
      "description": "The CLI command to execute"
    },
    "timeout": {
      "type": "number",
      "description": "Optional timeout in milliseconds (default: 5 minutes)",
      "minimum": 0
    }
  },
  "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.