Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_ssh_session | Open an interactive SSH session (supports key/password auth and SSH config aliases) |
| create_local_session | Open a local interactive terminal session (bash, python3, node, etc.) |
| create_serial_session | Open a serial port session |
| send_input | Send a command and wait for output to settle. Returns is_complete (false = timeout, use read_output for remaining output) |
| read_output | Read current screen output without sending any input |
| send_control | Send a control key (ctrl+c, ctrl+d, enter, tab, up, down, etc.) |
| list_sessions | List all active sessions |
| list_remote_sessions | List persistent sessions on a remote ai-tmux server (use session_id to reattach) |
| close_session | Close a session (also terminates remote PTY) |
| detach_session | Detach from a persistent session but keep the remote PTY running (reattach via list_remote_sessions + session_id) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |