Enables persistent shell command execution for Claude and other Model Context Protocol (MCP) compatible AI assistants.
Shell Exec provides a persistent shell session for Claude and other MCP-compatible AI assistants, allowing for stateful command execution. It leverages Node.js's `node-pty` package to create a pseudo-terminal, enabling features like persistent environment variables, consistent working directories, background process management, and support for interactive commands. This server allows AI assistants to execute commands, run background tasks, and manage shell sessions with timeout control and session reset capabilities.