server-commands-rtk

Ev3lynx727/server-commands-rtk
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server for enhanced shell command execution with RTK token minimization, caching, execution logging, and safe file writes
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "server-commands-rtk": {
      "command": "npx",
      "args": [
        "-y",
        "Ev3lynx727/server-commands-rtk"
      ]
    }
  }
}

README Excerpt

MCP server that executes shell commands via MCP tools - with streaming spawn, automatic RTK token reduction, persistent caching, and full execution logging. - **Streaming spawn** - uses `spawn` (not `exec`), no `maxBuffer` ceiling, pipes stdout/stderr directly - **Auto-RTK** - transparently wraps commands with RTK for ~90% token reduction

Tools (18)

LOG_LEVELMCP_RESOURCE_ROOTSRTK_MODEL_USEDSERVER_DIRcached_commandsclear_command_cachecompress_archivesdebounce_msexecution_logget_cache_statslist_archivesmax_archivesmax_buffer_mbmax_log_entriesrun_processtimeout_mstreewrite_file

Topics

climcpservertypescript