Skip to main content
Glama
Lascivea

cubox-mcp

by Lascivea

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort number for HTTP transport (only used when MCP_TRANSPORT=http).3000
CUBOX_TOKENYesThe token from your Cubox API Extension link (e.g., last path segment of https://cubox.pro/c/api/save/abcd12345). Required when not using interactive login.
CUBOX_SERVERNoCubox server domain. Use cubox.pro for China instance, cubox.cc for international instance.cubox.pro
CUBOX_CLI_BINNoOverride path to the cubox-cli binary. Default: auto-resolved via dependency.
MCP_TRANSPORTNoTransport mode: stdio (for mcphub/Claude Desktop) or http (for standalone HTTP server).stdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
cubox_cliA

Run any cubox-cli command and get its JSON output back. This is a thin, generic pass-through — it does not enumerate Cubox's capabilities itself. If you don't know what's available, first call this tool with args: ['--help'], or args: ['', '--help'] (e.g. ['card', '--help']) to discover current sub-commands and flags directly from the CLI, since they may change over time. Example: args: ['card', 'list', '--folder', 'Reading'] lists cards in a folder. Destructive operations (delete/remove) are blocked unless a force/confirm flag is included in args — call once without it to see a dry-run / confirmation prompt, then call again with the force flag the CLI reports (e.g. --force) once you've confirmed the target is correct.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lascivea/cubox-mcp-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server