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.
| Command | What it does |
|---|---|
atoi mcp status | Inspect MCP endpoint, authentication, protocol, and optional live tool discovery. |
atoi mcp config | Print native MCP configuration for a supported coding client. |
atoi mcp serve | Run the stateless stdio proxy used by coding clients. |
#mcp status
Inspect MCP endpoint, authentication, protocol, and optional live tool discovery.
atoi mcp status [--probe]
| Flag | Type | Default | Values | What it does |
|---|---|---|---|---|
--probe | boolean | Run initialize and tools/list against the live server. | ||
--json | boolean | false | Emit the canonical JSON envelope. | |
--ndjson | boolean | false | Emit one canonical JSON envelope per line. | |
--format | string | text | text, json | Choose human text or the JSON envelope. |
--help -h | boolean | Show command help. |
#Run mcp status
atoi mcp status --probe --json
#mcp config
Print native MCP configuration for a supported coding client.
atoi mcp config [--client <client>]
| Flag | Type | Default | Values | What it does |
|---|---|---|---|---|
--client | string | generic | claude-code, codex, cursor, pi, generic | Choose the client configuration format. |
--json | boolean | false | Emit the canonical JSON envelope. | |
--ndjson | boolean | false | Emit one canonical JSON envelope per line. | |
--format | string | text | text, json | Choose human text or the JSON envelope. |
--help -h | boolean | Show command help. |
#Run mcp config
atoi mcp config --client codex
#mcp serve
Run the stateless stdio proxy used by coding clients.
atoi mcp serve
#Run mcp serve
atoi mcp serve
Was this useful?