dolphindb-mcp-server logo

dolphindb-mcp-serverdolphindb-mcp-server

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

dolphindb-mcp-server הינה שרת MCP של DolphinDB. היא מספקת שירות ליישומי חיצוניים לקרוא אינטרפייסים שונים, כגון הרשמה קובצי תצוגה, ושם טבלאות, וריצה של שאילות. השרת יכול להתקיים באמצעות תיקונים מגוונים, כמו גם התקשורת uvx, PyPI, או. לאחר התקנה, השרת יכול להיפתח על ידי ריצה של הפקודה dolphindb-mcp-server. השרת מגללה תכונות שונות, כגון list_dbs(), list_tbs(), query_table_diskusage(), query_dolphindb(), אשר יכולים לאופסרך דרך Interface MCP frontend או. המשבב LLM.

תכונות עיקריות

  • List bases of data ו- tables
  • שאלת דיסק הנפח table
  • ריצה של התכנית DolphinDB
  • FastMCP Agent interface

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

monitoring ו- Analysis Time-Series Data

Use dolphindb-mcp-server ל- connect ל- DolphinDB ו- ייצא of Disk Usage מס' של, list databases ו- tables, ו- execute queries על- data Time-Series.

Integration with LLM Toolchains

Integrate dolphindb-mcp-server ל- Dengan toolchains LLM ל- provide נ- natural language interface Interact with DolphinDB.

יתרונות וחסרונות

יתרונות

  • אפשרות קלה להתקנה דרך uvx, PyPI, או שביחור לרוח מקומית
  • מספקת Interface פשוטה לאופסרך עם DolphinDB

חסרונות

  • מידע מוגבל על גדיליות ו- Performance
  • מותלת על DolphinDB for data

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

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

שאל שאלה

חלופות לשרתי MCP