dolphindb-mcp-server
@tradercjz
关于 dolphindb-mcp-server
dolphindb-mcp-server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dolphindb-mcp-server": {
"command": "uvx",
"args": [
"dolphindb-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is dolphindb-mcp-server?
dolphindb-mcp-server is an MCP (Model Context Protocol) server that exposes DolphinDB database operations as tools for AI agents and LLM-based applications. It enables users to query databases, list tables, check disk usage, and run arbitrary DolphinDB scripts through MCP-compatible interfaces.
How to use dolphindb-mcp-server?
Install via pip install dolphindb-mcp-server or uvx install dolphindb-mcp-server. Optionally set environment variables (DDB_HOST, DDB_PORT, DDB_USER, DDB_PASSWD) to configure the connection. Start the server by running dolphindb-mcp-server (or uvx dolphindb-mcp-server). Once running, the tool functions are available via the MCP protocol.
Key features of dolphindb-mcp-server
- Installation via pip, uvx, or local build
- Configurable DolphinDB connection through environment variables
- Provides
list_dbs(),list_tbs(dbName)queries - Exposes
query_table_diskusage(database, tableName)tool - Supports arbitrary script execution via
query_dolphindb(script) - Compatible with MCP frontends and LLM toolchains
Use cases of dolphindb-mcp-server
- Query available databases and tables in a DolphinDB instance
- Monitor disk usage of specific database tables
- Execute ad‑hoc DolphinDB scripts through an AI chat interface
- Integrate DolphinDB analytics into LLM‑driven workflows
- Automate database inspection with MCP‑compatible agents
FAQ from dolphindb-mcp-server
How do I install dolphindb-mcp-server?
You can install it via pip install dolphindb-mcp-server, use uvx install dolphindb-mcp-server, or build it locally from the GitHub repository.
How do I configure the connection to DolphinDB?
Set the environment variables DDB_HOST, DDB_PORT, DDB_USER, and DDB_PASSWD in a .env file or system environment. If not set, defaults are used.
What functions are exposed by the server?
The server exposes list_dbs(), list_tbs(dbName), query_table_diskusage(database, tableName), and query_dolphindb(script) via FastMCP.
Do I need a running DolphinDB instance?
Yes, the server connects to an existing DolphinDB instance. You must have a DolphinDB server accessible at the configured host and port.
What transport does the server use?
The server uses the MCP protocol (likely stdio transport) to communicate with clients. No HTTP or WebSocket transport is mentioned in the README.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Nginx UI
0xJackyYet another WebUI for Nginx
评论