← Back to Plugins
MCP Server MCP

io.github.k8ika0s/mcp-tmux

github By github 👁 1 views ▲ 0 votes

Model Context Protocol server that lets LLMs collaboratively drive tmux

Homepage Verified source GitHub

Install

npx -y @k8ika0s/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@k8ika0s/mcp-tmux",
      "version": "0.1.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional default SSH host alias to use when none is provided.",
          "format": "string",
          "name": "MCP_TMUX_HOST"
        },
        {
          "description": "Optional default tmux session name to use when none is provided.",
          "format": "string",
          "name": "MCP_TMUX_SESSION"
        },
        {
          "description": "Optional path to tmux binary if not on PATH.",
          "format": "string",
          "name": "TMUX_BIN"
        },
        {
          "description": "Timeout in milliseconds for tmux/ssh invocations (default 15000).",
          "format": "number",
          "name": "MCP_TMUX_TIMEOUT_MS"
        },
        {
          "description": "Override log directory (defaults to ~/.config/mcp-tmux/logs).",
          "format": "string",
          "name": "MCP_TMUX_LOG_DIR"
        },
        {
          "description": "Optional JSON file for per-host tmux PATH/bin overrides.",
          "format": "string",
          "name": "MCP_TMUX_HOSTS_FILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...