tmux-mcp for Windsurf
io.github.fr1sk/tmux-mcp
MCP server for tmux — browse sessions, capture output, send commands.
client:Windsurf
transport:stdio
runtime:npm
Install tmux-mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"tmux-mcp": {
"command": "npx",
"args": [
"-y",
"@fr1sk/tmux-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs