Show HN: mcp-console, an MCP CLI with Support for CIMD and DCR A new open-source CLI client called mcp-console supports two OAuth 2.0 authentication strategies for Model Context Protocol servers: CIMD (Client ID Metadata Document) and DCR (Dynamic Client Registration). The tool, built with Node.js ≥ 20, caches tokens and registration data locally for instant reconnections and provides commands for registration, interactive connection, and server configuration management. A CLI client for Model Context Protocol MCP https://modelcontextprotocol.io servers that supports two OAuth 2.0 client authentication strategies: CIMD Client ID Metadata Document — the client's HTTPS metadata URL is used directly as client id . The authorization server fetches your public key from that URL; no prior registration is required. DCR Dynamic Client Registration, RFC 7591 — the client registers itself with the server's registration endpoint at runtime and receives a client id and optionally a client secret . Tokens and registration data are cached locally ~/.config/mcp-console/ so subsequent connections are instant. - Node.js ≥ 20 - npm ≥ 9 From source git clone