MCP Server for Interacting with Cube Semantic Layers
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-cube-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Server for Interacting with Cube Semantic Layers
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
context://data_descriptionContains a description of the data available in the Cube deployment. This is an application controlled version of the describe_data tool.
context://data_description
data://{data_id}Contains the data returned by a read_data call in JSON format. This resource is meant for MCP clients that wish to format or otherwise process the output of tool calls.
data://{data_id}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / analytics
Query and manage PostgreSQL databases directly from AI assistants
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Mcp_cube_server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Server for Interacting with Cube Semantic Layers
context://data_descriptionContains a description of the data available in the Cube deployment. This is an application controlled version of the describe_data tool.
data://{data_id}Contains the data returned by a read_data call in JSON format. This resource is meant for MCP clients that wish to format or otherwise process the output of tool calls. See read_data for more.
read_dataAccepts a query to the Cube REST API and returns the data in YAML along with a unique identifier for the data returned. This identifier can be used to a retrieve a JSON representation of the data from the resource data://{data_id}. See data://{data_id} for more.
describe_dataDescribes the data available in the Cube deployment. This is an agentic version of the context://data_description resource.