Skip to main content
atoti_ai.StdioMcpServerConfig(
    *,
    command: str,
    args: Sequence[str] = (),
    env: Mapping[str, str] | None = None,
)
The configuration of an MCP server run as a local process, communicating over standard input and output. The process is started by the session and runs under the same operating system account.

Attributes

command

The executable to run, for example "node".

args

The arguments to pass to command.

env

The environment variables to give the process, on top of the ones it inherits.