dolphindb-mcp-server logo

dolphindb-mcp-serverdolphindb-mcp-server

(0)
Daniel NikulshynZrecenzowane przez Daniel Nikulshyn·Zaktualizowano lipiec 2026

Przegląd

dolphindb-mcp-server to wtyczkowy serwer MCP dla DolphinDB. Udostępnia usługę dla aplikacji zewnętrznych, umożliwiając wywoływanie różnych interfejsów, takich jak listowanie baz danych, tabel oraz wykonywanie zapytań. Serwer można zainstalować na kilka sposobów, w tym przy użyciu uvx, pip lub budując i instalując ze źródeł. Po instalacji serwer można uruchomić poleceniem `dolphindb-mcp-server`. Serwer udostępnia kilka funkcji, w tym `list_dbs()`, `list_tbs()`, `query_table_diskusage()` i `query_dolphindb()`, które można wywoływać za pośrednictwem interfejsu MCP frontend lub integrować z narzędziami LLM.

Kluczowe funkcje

  • Wyświetlanie baz danych i tabel
  • Zapytania o zużycie dysku tabel
  • Wykonywanie skryptów DolphinDB
  • Interfejs FastMCP Agent

Cennik

Model
Free
Kategoria
Serwery MCP
Ocena
Brak recenzji

Zastosowania

Monitorowanie i analiza danych szeregów czasowych

Użyj dolphindb-mcp-server, aby połączyć się z DolphinDB i pobrać informacje o zużyciu dysku, wyświetlić bazy danych i tabele oraz wykonywać zapytania na danych szeregów czasowych.

Integracja z łańcuchami narzędzi LLM

Zintegruj dolphindb-mcp-server z łańcuchami narzędzi LLM, aby zapewnić interfejs języka naturalnego do interakcji z DolphinDB.

Plusy i minusy

Plusy

  • Łatwe opcje instalacji poprzez uvx, PyPI lub lokalne budowanie
  • Zapewnia prosty interfejs do interakcji z DolphinDB

Minusy

  • Ograniczone informacje na temat skalowalności i wydajności
  • Zależny od DolphinDB w zakresie przechowywania i zarządzania danymi

Recenzje

Zaloguj się, aby zostawić recenzję.

Brak recenzji. Bądź pierwszy!

Pytania i odpowiedzi

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

Zadaj pytanie

Alternatywy dla Serwery MCP