# get_server_info

Source: https://libtmux.org/en/py/latest/mcp/tools/get_server_info/

> Get information about the tmux server.

MCP is in development

Server behavior and tool contracts may change. Tool availability depends on the server configuration.

Get information about the tmux server.

Use to verify the tmux server is running before other operations. For session-level details, use [list\_sessions](https://libtmux.org/en/py/latest/mcp/tools/list_sessions/) instead.

[All Python tools](../) · [JSON](../get_server_info.json) · [Source](https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/tools/server_tools.py#L382)

## Arguments

* `socket_name` optional

  tmux socket name. Defaults to LIBTMUX\_SOCKET env var.

  Default: `null`.

## Schemas

The schema defines required fields, nested values, defaults, and validation constraints.
