Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

TDolphinDB database integration with schema inspection and query capabilities

README.md

🧱 安装方式

![Trust Score](https://archestra.ai/mcp-catalog/tradercjz__dolphindb-mcp-server)

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

通过 uvx 安装并运行:

uvx install dolphindb-mcp-server

安装完成后,直接运行: ``bash uvx dolphindb-mcp-server ` > 📌 注意uvx 安装方式需要通过 uv.pack 构建并上传到 Universe。如果你尚未上传,请参考 uv` 文档进行打包与发布。

✅ 方法二:从 PyPI 安装

pip install dolphindb-mcp-server

安装后运行: ``bash 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

安装后运行: ``bash 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

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

  1. 启动服务
    dolphindb-mcp-server

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

  1. FastMCP Agent 使用示例

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

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

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Databases servers.