Back to MCP directory
publicPublicdnsLocal runtime

dolphindb-mcp-server

FastMCP项目是一个基于DolphinDB的数据分析服务工具,提供快速安装配置和Claude桌面集成功能

article

README

🚀 快速上手指南

本指南将帮助你快速上手相关项目,解决项目部署和使用的问题,让你能高效地利用相关工具进行开发和测试。

🚀 快速开始

📦 安装指南

我们强烈推荐使用 uv 部署服务器,因为它对 FastMCP 是必需的:

uv pip install fastmcp dolphindb dotenv

⚙️ 配置DolphinDB服务

cp .env.example .env

更新 .env 文件中的相关配置参数,以包含 DolphinDB 服务器连接详细信息。

💻 使用示例

安装到Claude桌面端

fastmcp install demo.py

使用Claude桌面端进行测试

Claude Desktop

🛠️ 添加更多工具

后续你可以根据需求添加更多工具,进一步拓展项目的功能。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client