Run shell commands with token reduction, caching, and execution logs.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "server-commands-rtk" yet — see the docs or source repo.
Run the following commands in the current project directory and summarize the results: node -v, npm -v, python --version, git status. Use a concise format and keep key log details.
Returns command outputs, current repository status, and a concise environment check summary.
Run the project build command and capture full logs: npm run build. If it fails, extract the key errors, identify likely causes, and suggest next troubleshooting steps.
Provides a build log summary, key error messages, likely cause analysis, and troubleshooting suggestions.
Run ls -la and pwd twice in a row, then indicate which results came from cache and which were actually executed, while keeping a brief execution log summary.
Shows command outputs, cache hit status, and a brief summary of both execution rounds.
Turn arbitrary CLI tools into MCP server tools with environment-based configuration.
Enables secure local development with files, shell, editing, and persistent sessions.
Extend an MCP server with JavaScript tools and safer command execution.
Execute shell commands on remote hosts via SSH for ops and automation.
Safely run whitelisted shell commands with timeouts, pipelines, and audit logs.
Securely diagnose remote servers over SSH with guarded read and write access.