cubox-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for HTTP transport (only used when MCP_TRANSPORT=http). | 3000 |
| CUBOX_TOKEN | Yes | The 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_SERVER | No | Cubox server domain. Use cubox.pro for China instance, cubox.cc for international instance. | cubox.pro |
| CUBOX_CLI_BIN | No | Override path to the cubox-cli binary. Default: auto-resolved via dependency. | |
| MCP_TRANSPORT | No | Transport mode: stdio (for mcphub/Claude Desktop) or http (for standalone HTTP server). | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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