claude-registry-manager
v1.0.1
Published
A CLI tool to manage Claude Code settings and switch between different API providers
Downloads
8
Maintainers
Readme
Claude Registry Manager
A Claude Code API token management tool for managing Claude Code settings and switching between different API providers.
Installation
npm install -g claude-registry-managerUsage
List all registries
crm lsShow current registry
crm currentShow current registry URL
crm current -u
# or
crm current --show-urlSwitch to a registry
crm use <registry-name>Add a new registry
crm add <registry-name> <base-url> <auth-token>Delete a registry
crm del <registry-name>Rename a registry
crm rename <old-name> <new-name>Examples
# Add a new registry
crm add anthropic https://api.anthropic.com your-anthropic-token
crm add custom-provider https://api.custom.com your-custom-token
# List all registries
crm ls
# Switch to anthropic
crm use anthropic
# Check current registry
crm current
# Show current registry URL
crm current -u
# Delete a registry
crm del custom-provider
# Rename a registry
crm rename anthropic official-anthropicCross-platform Support
The tool automatically detects the correct Claude settings path based on your operating system:
- Windows:
%USERPROFILE%\.claude\settings.json - macOS:
~/.claude/settings.json - Linux:
~/.claude/settings.json
Development
For developers who want to contribute or publish this package, see PUBLISH.md for publishing instructions.
Quick Publish
npm run releaseLicense
MIT
