Appearance
systemslab mcp
| Description | Run a Model Context Protocol (MCP) server that proxies requests to the SystemsLab server. |
|---|---|
| Usage | systemslab mcp |
Description
The systemslab mcp command starts a Model Context Protocol (MCP) server that acts as a proxy between an MCP client and the SystemsLab server. It reads JSON-RPC messages from stdin, forwards them to the SystemsLab MCP endpoint, and writes responses to stdout. Both direct JSON and SSE streaming responses are supported. MCP session IDs are managed automatically.
Common Options
| Option | Default | Description |
|---|---|---|
--systemslab-url | The URL at which to access the systemslab server. | |
--color | auto | Controls when color is used in the output. Possible values are auto, always, and never. |
--output-format | long | Output format to use when outputting messages. long will result output designed to be human-readable while short is short output meant to be used within scripts. |
Environment Variables
| Variable | Description |
|---|---|
SYSTEMSLAB_URL | Specify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url. |