Development · MODEL CONTEXT PROTOCOL

jakenuts mcp cli exec

jakenuts mcp cli exec is a community-listed Model Context Protocol server. Review the source repository before installation.

WHAT IT CONNECTS

What jakenuts mcp cli exec gives an AI Agent

  • Takes a command string and optional timeout (default: 5 minutes)
  • Returns detailed execution results including stdout, stderr, exit code
  • Handles errors gracefully with structured error responses
  • Supports single commands, && chained commands, or array of commands
  • All commands execute in the specified working directory
  • Returns detailed results for each command:
  • Success/failure status
  • Exit code
  • stdout and stderr (ANSI codes stripped)
  • Execution duration
  • Working directory
  • Stops on first command failure
  • Optional timeout per command (default: 5 minutes)
  • Success/failure status
  • Exit code
  • stdout and stderr (with ANSI codes stripped)
  • Execution duration
  • Working directory
  • Detailed error information if applicable
  • View all MCP messages
  • Inspect request/response payloads
  • Test tools interactively
  • Monitor server state
  • Input validation for all tool parameters
  • Structured error responses
  • Command timeout handling
  • Working directory validation
  • ANSI code stripping for clean output
  • Built with TypeScript and the MCP SDK
  • Uses execa for reliable command execution
  • Default command timeout: 5 minutes
  • Supports Windows and Unix-like systems (use appropriate commands for your OS, e.g., 'dir' vs 'ls')
  • Executes commands sequentially, stopping on first failure
  • Each command runs independently in the specified working directory

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.