MCP commands
0x0 mcp add: interactive setup and config write0x0 mcp list: list configured servers and status0x0 mcp auth [name]: start OAuth auth flow for remote servers0x0 mcp auth list: list OAuth-capable servers and auth status0x0 mcp logout [name]: remove stored OAuth credentials0x0 mcp debug <name>: inspect and test remote OAuth setup
Config examples
OAuth notes
- Remote servers are treated as OAuth-capable by default unless
oauth: falseis set. - If client credentials are omitted, dynamic client registration may be attempted.
- Auth state is persisted locally and shown in
mcp list/mcp auth list.