← All plugins
cube
v1.0.3With the Cube MCP Server, you can: - Query live Cube data from actuals, budgets, forecasts, variances, and...
Codex
by CubeMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/cube/ inside the repository.
Layout
plugins/cube/
└── .codex-plugin/plugin.json
Manifests1
plugins/cube/.codex-plugin/plugin.json
{
"name": "cube",
"version": "1.0.3",
"description": "With the Cube MCP Server, you can: - Query live Cube data from actuals, budgets, forecasts, variances, and...",
"author": {
"name": "Cube",
"url": "https://www.cubesoftware.com/"
},
"homepage": "https://www.cubesoftware.com/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Cube",
"shortDescription": "With the Cube MCP Server, you can: - Query live Cube data from actuals, budgets, forecasts, variances, and...",
"longDescription": "With the Cube MCP Server, you can:\n- Query live Cube data from actuals, budgets, forecasts, variances, and more\n- Ask an AI to generate board decks, run variance analysis, or build financial summaries using your real Cube data\n- Drill into transaction-level detail and dimension breakdowns directly from an AI chat\n- Maintain full security: Cube's role-based access control (RBAC) security model enforces your user permissions on every AI request. If you can't see it in Cube, the AI can't see it either",
"developerName": "Cube",
"category": "Finance",
"capabilities": [],
"websiteURL": "https://www.cubesoftware.com/",
"privacyPolicyURL": "https://www.cubesoftware.com/privacy-policy",
"termsOfServiceURL": "https://www.cubesoftware.com/terms-of-service",
"defaultPrompt": [
"Compare Actuals vs. Forecast for Revenue by entity"
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}