MCP server intelligence profile

mcp-cli-exec MCP Server

A CLI command execution server that enables running shell commands with structured output, providing detailed execution results including stdout, stderr, exit code, and execution duration

Local Onlyjakenuts
Awaiting current scanNpm · 1.0.7

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install mcp-cli-exec from npm

Version 1.0.7 declares 1 executable entrypoint.

npm install --save-exact mcp-cli-exec@1.0.7
npx -y -p mcp-cli-exec@1.0.7 mcp-cli-exec
MCP client configuration example
{
  "mcpServers": {
    "mcp-cli-exec": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "mcp-cli-exec@1.0.7",
        "mcp-cli-exec"
      ]
    }
  }
}

Identity

Canonical slugmcp-cli-exec-mcp-server-edba5fd0DeploymentLocal Only
Canonical packagenpm:mcp-cli-execRepositoryjakenuts/mcp-cli-exec
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmmcp-cli-exec1.0.71Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmmcp-cli-exec1.0.7CurrentSep 5, 20262 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
mcp-cli-execServer-reported name
1Capability groups
Aug 17, 2026Observed

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

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

mcp-cli-exec MCP Server questions

How do I install mcp-cli-exec MCP Server?

Install the selected package version with: npm install --save-exact mcp-cli-exec@1.0.7

What tools does mcp-cli-exec MCP Server provide?

mcp-cli-exec MCP Server exposed 2 tools during independent protocol observation, including cli-exec, cli-exec-raw.

Is mcp-cli-exec MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.