MCP.so
登录

Snowflake Cube Server

@isaacwasserman

关于 Snowflake Cube Server

MCP Server for Interacting with Cube Semantic Layers

基本信息

分类

数据库

许可证

GPL-3.0

运行时

python

传输方式

stdio

发布者

isaacwasserman

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Snowflake Cube Server?

An MCP server that enables interaction with Cube semantic layers, providing tools and resources for querying and exploring Cube deployments.

How to use Snowflake Cube Server?

Install the server (e.g., via Smithery) and configure it with your Cube deployment endpoint. Use the provided tools read_data and describe_data to query data and retrieve metadata; results can also be accessed as JSON resources.

Key features of Snowflake Cube Server

  • Query Cube REST API via read_data tool.
  • Retrieve JSON data through data://{data_id} resource.
  • Describe available data using describe_data tool.
  • Access deployment description via context://data_description.
  • Supports YAML and JSON output formats.

Use cases of Snowflake Cube Server

  • Semantic layer querying from MCP-compatible AI agents.
  • Exploring Cube data models and their dimensions/measures.
  • Fetching and processing data for analytics within chat interfaces.
  • Automating data access workflows using MCP resources.

FAQ from Snowflake Cube Server

What data does Snowflake Cube Server access?

It accesses data exposed through a Cube semantic layer deployment, queried via the Cube REST API.

How are query results returned?

Results are returned in YAML format with a unique ID; a JSON representation can be retrieved using the data://{data_id} resource.

What runtime dependencies are required?

How is authentication handled?

Are there any known limits on query size or frequency?

评论

数据库 分类下的更多 MCP 服务器