Skip to content
Gemini CLI

tmux-mcp for Gemini CLI

io.github.fr1sk/tmux-mcp

MCP server for tmux — browse sessions, capture output, send commands.

client:Gemini CLI transport:stdio runtime:npm

Install tmux-mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "tmux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fr1sk/tmux-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

tmux-mcp in other clients