Skip to content
DevelopersTerminal

MCP CLI reference


Inspect, configure, and run the authenticated MCP bridge.

On this page

Use this page to inspect every public atoi mcp command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.

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

Was this useful?