dolphindb-mcp-server logo

dolphindb-mcp-serverdolphindb-mcp-server

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

dolphindb-mcp-server 是 DolphinDB 的 MCP 插件服务器。它为外部应用提供调用各种接口的服务,例如列出数据库、表以及执行查询。服务器可通过多种方式安装,包括使用 uvx、pip,或从源码构建并安装。安装完成后,可通过运行 `dolphindb-mcp-server` 命令启动服务器。服务器公开了多个函数,包括 `list_dbs()`、`list_tbs()`、`query_table_diskusage()` 和 `query_dolphindb()`,这些函数可通过 MCP 前端接口访问,亦可与 LLM 工具集成。

主要功能

  • 列出数据库和表
  • 查询表磁盘使用情况
  • 执行 DolphinDB 脚本
  • FastMCP Agent 接口

价格

模型
Free
评分
暂无评价

使用场景

监控与分析时间序列数据

使用 dolphindb-mcp-server 连接 DolphinDB,获取磁盘使用信息,列出数据库和表,并对时间序列数据执行查询。

与 LLM 工作流集成

将 dolphindb-mcp-server 与 LLM 工作流集成,提供自然语言接口以交互 DolphinDB。

优点 & 缺点

优点

  • 通过 uvx、PyPI 或本地构建提供多种便捷的安装选项
  • 提供简洁的接口以交互 DolphinDB

缺点

  • 关于可扩展性和性能的信息有限
  • 依赖 DolphinDB 进行数据存储和管理

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Can I configure the DolphinDB connection without editing code?

Yes, you can set connection parameters through environment variables or a `.env` file. Variables include `DDB_HOST`, `DDB_PORT`, `DDB_USER`, and `DDB_PASSWD`. If omitted, the server will use default values (e.g., 127.0.0.1:8848 with admin credentials).

Asked by Fatima Zahra · Jun 2, 2026

What functions does the server expose for external use?

The server provides several FastMCP Agent functions: `list_dbs()` to list databases, `list_tbs(dbName)` to list tables, `query_table_diskusage(database, tableName)` to check disk usage, and `query_dolphindb(script)` to execute arbitrary DolphinDB scripts. These can be called via the MCP frontend or integrated with LLM toolchains.

Asked by Rosalind Frost · May 25, 2026

How can I install dolphindb-mcp-server?

You can install it via uvx (recommended), pip from PyPI, or build it locally from source. For uvx, run `uvx install dolphindb-mcp-server` and then `uvx dolphindb-mcp-server`. With pip, simply `pip install dolphindb-mcp-server` and start with `dolphindb-mcp-server`. Local build involves cloning the repo, creating a virtual environment, running `python -m build` and installing the wheel.

Asked by Fernando Rojas · Apr 21, 2026

提问

服务配缩器 的替代品