@protoboxai/cli
v1.0.1
Published
Command-line interface for Protobox — MCP, tools, knowledge, agents
Maintainers
Readme
@protoboxai/cli
Command-line interface for Protobox — manage your hosted MCP server: tools, toolsets, knowledge, prompts, workspaces, and API keys, all from your terminal.
Install
npm install -g @protoboxai/cliOr run directly:
npx @protoboxai/cliQuick Start
# Authenticate (API key or browser)
protobox auth login
# Check API health
protobox health
# Manage tools and toolsets
protobox tools list
protobox toolsets list
# Knowledge base + prompts
protobox kb list
protobox prompts list
# Connect your MCP client (Claude, Cursor, …)
protobox mcp config --format claudeCommands
| Command | Description |
|---------|-------------|
| protobox auth | Authenticate with API key or browser |
| protobox health | Check API health |
| protobox workspaces | Manage workspaces |
| protobox tools | Manage MCP tools |
| protobox toolsets | Manage tool collections |
| protobox kb | Manage knowledge base |
| protobox prompts | Manage prompt templates |
| protobox mcp | MCP server status + client config |
| protobox chat | Interactive chat session |
| protobox config | CLI configuration |
Configuration
protobox config show # Show current config
protobox config set baseUrl <url> # Custom API endpoint
protobox config reset # Reset to productionDefault API: https://platform.protobox.ai
Environment overrides: PROTOBOX_API_KEY, PROTOBOX_BASE_URL, PROTOBOX_WORKSPACE_ID.
Documentation
License
MIT
