ALPHA - libtmux for Go: a typed tmux API with no runtime dependencies, plus an MCP server for agents. API not settled; pin an exact version.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"libtmux-go": {
"command": "go",
"args": [
"run",
"github.com/libtmux/libtmux-go@latest"
]
}
}
}
Run in terminal:
claude mcp add libtmux-go go run github.com/libtmux/libtmux-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"libtmux-go": {
"command": "go",
"args": [
"run",
"github.com/libtmux/libtmux-go@latest"
]
}
}
}