1. Conduid
  2. Data
  3. tradercjz/dolphindb-mcp-server
MCP server · Data

tradercjz/dolphindb-mcp-server

dolphindb-mcp-server

Unclaimed last commit 8 months ago data
45Fair

Scored 4 months ago · breakdown

About tradercjz/dolphindb-mcp-server

tradercjz/dolphindb-mcp-server is an MCP server published by tradercjz in the Data category: dolphindb-mcp-server. It has been installed 0 times through Conduid.

The repository has 5 stars and 5 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx dolphindb-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about tradercjz/dolphindb-mcp-server

Powered by Claude · Grounded in docs

I know everything about tradercjz/dolphindb-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

🧱 安装方式

Trust Score

✅ 方法一:使用 uvx(推荐)

通过 uvx 安装并运行:

uvx install dolphindb-mcp-server

安装完成后,直接运行:

uvx dolphindb-mcp-server

📌 注意uvx 安装方式需要通过 uv.pack 构建并上传到 Universe。如果你尚未上传,请参考 uv 文档进行打包与发布。

✅ 方法二:从 PyPI 安装

pip install dolphindb-mcp-server

安装后运行:

dolphindb-mcp-server

✅ 方法三:本地构建 & 安装

git clone https://github.com/your-org/dolphindb-mcp-server.git
cd dolphindb-mcp-server

# 创建并激活虚拟环境
python -m venv .venv
source .venv/bin/activate

# 构建并安装
pip install build
python -m build
pip install dist/*.whl

安装后运行:

dolphindb-mcp-server

🧪 测试运行

运行后你可以直接使用工具,例如:

dolphindb-mcp-server

或(如果是 uvx 安装):

uvx dolphindb-mcp-server

好的,这是转换后的 Markdown 版本:

好的,这是转换后的 Markdown 版本:


🚀 使用方法

  1. 配置环境变量(可选)

    你可以通过 .env 文件或系统环境变量配置 DolphinDB 的连接信息:

    DDB_HOST=127.0.0.1
    DDB_PORT=8848
    DDB_USER=admin
    DDB_PASSWD=123456
    

    也可以不设置,系统将使用默认值。

  2. 启动服务

    dolphindb-mcp-server
    

    该命令会启动 MCP 插件服务,供外部调用。

  3. FastMCP Agent 使用示例

    启动后,你的工具将通过 FastMCP 对外暴露以下函数接口:

    • list_dbs()
    • list_tbs(dbName: str)
    • query_table_diskusage(database: str, tableName: str)
    • query_dolphindb(script: str)

    可通过 MCP 前端界面或对接 LLM 工具链来进行访问。

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About tradercjz/dolphindb-mcp-server

How do I install tradercjz/dolphindb-mcp-server?

Run npx dolphindb-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is tradercjz/dolphindb-mcp-server safe to use with an AI agent?

Its trust score is 45 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is tradercjz/dolphindb-mcp-server still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.