chimerax_start
Start ChimeraX with REST API enabled for MCP server control. Set port, GUI mode, and wait time to initiate a managed session.
Instructions
Start ChimeraX with REST API enabled.
AI clients should use this tool instead of launching ChimeraX directly from a shell, so the MCP server can enable and track REST control.
Args:
port: Port for REST API (default: 63269)
nogui: Run without GUI (default: False)
wait_seconds: Seconds to wait for startup (default: 15)
background: If True, return immediately and let ChimeraX start in background.
Use chimerax_status to check if ready. (default: False)
include_version: If True, run the ChimeraX version command once
after connecting and include it in the response. Defaults to False
to avoid writing version checks to the ChimeraX Log.
Returns: Status of the startup attempt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| nogui | No | ||
| background | No | ||
| wait_seconds | No | ||
| include_version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||