Skip to content
Windsurf

mcp tmux for Windsurf

io.github.k8ika0s/mcp-tmux

Model Context Protocol server that lets LLMs collaboratively drive tmux

client:Windsurf transport:stdio runtime:npm

Install mcp tmux in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-tmux": {
      "command": "npx",
      "args": [
        "-y",
        "@k8ika0s/mcp-tmux"
      ],
      "env": {
        "MCP_TMUX_HOST": "<MCP_TMUX_HOST>",
        "MCP_TMUX_SESSION": "<MCP_TMUX_SESSION>",
        "TMUX_BIN": "<TMUX_BIN>",
        "MCP_TMUX_TIMEOUT_MS": "<MCP_TMUX_TIMEOUT_MS>",
        "MCP_TMUX_LOG_DIR": "<MCP_TMUX_LOG_DIR>",
        "MCP_TMUX_HOSTS_FILE": "<MCP_TMUX_HOSTS_FILE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp tmux in other clients