Skip to content

MCP CLI reference


Inspect, configure, and run the authenticated MCP bridge.

Use this page to inspect every public atoi mcp command, its accepted flags, and one runnable example.

atoi mcpInspect, configure, and run the authenticated MCP bridge.

CommandWhat it does
atoi mcp statusInspect MCP endpoint, authentication, protocol, and optional live tool discovery.
atoi mcp configPrint native MCP configuration for a supported coding client.
atoi mcp serveRun the stateless stdio proxy used by coding clients.

#mcp status

Inspect MCP endpoint, authentication, protocol, and optional live tool discovery.

atoi mcp status [--probe]

FlagTypeDefaultValuesWhat it does
--probebooleanRun initialize and tools/list against the live server.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run mcp status

bash
atoi mcp status --probe --json

#mcp config

Print native MCP configuration for a supported coding client.

atoi mcp config [--client <client>]

FlagTypeDefaultValuesWhat it does
--clientstringgenericclaude-code, codex, cursor, pi, genericChoose the client configuration format.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run mcp config

bash
atoi mcp config --client codex

#mcp serve

Run the stateless stdio proxy used by coding clients.

atoi mcp serve

#Run mcp serve

bash
atoi mcp serve

Read Extend Atoi for the rest of this group, or the CLI reference index for every command.

Was this useful?