MCP.so
登录

Genie MCP Server

@vivian-xie-db

关于 Genie MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

vivian-xie-db

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Genie MCP Server?

Genie MCP Server is an async server that integrates with Databricks Genie via the MCP StreamableHTTP Protocol. It enables users to send conversational queries to Genie and receive answers or data, using Databricks authentication with automatic OAuth token management.

How to use Genie MCP Server?

Deploy the server as a Databricks app by cloning the repository, configuring the Genie space ID in app.yaml, and deploying via the Databricks Apps interface. Once running, send MCP requests to the app’s endpoint.

Key features of Genie MCP Server

  • Async API server built with Starlette and Uvicorn
  • Integration with Databricks Genie for conversational queries
  • Automatic OAuth token management for Databricks
  • Deployable as a Databricks app using app.yaml configuration
  • Exposes Genie functionality via MCP StreamableHTTP Protocol

Use cases of Genie MCP Server

  • Query Databricks Genie for answers to natural language questions
  • Retrieve structured data from Genie spaces within Databricks
  • Integrate Genie-powered conversational access into MCP-compatible clients
  • Deploy a serverless Genie interface inside a Databricks workspace

FAQ from Genie MCP Server

What is the runtime environment required?

The server runs on Python and uses Starlette and Uvicorn. It is designed to be deployed as a Databricks app.

How does authentication work?

Authentication is handled via automatic OAuth token management for Databricks, managed by the token_minter.py module.

Where is the Genie space ID configured?

The Genie space ID is set as the SPACE_ID environment variable in the app.yaml deployment configuration file.

Can I deploy this outside of Databricks?

The README only describes deployment as a Databricks app. No alternative deployment methods are documented.

What transport protocol does the server use?

The server exposes its tool via the MCP StreamableHTTP Protocol.

评论

其他 分类下的更多 MCP 服务器