tmux-mcp for Zed
io.github.fr1sk/tmux-mcp
MCP server for tmux — browse sessions, capture output, send commands.
client:Zed
transport:stdio
runtime:npm
Install tmux-mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tmux-mcp": {
"command": "npx",
"args": [
"-y",
"@fr1sk/tmux-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs