Loading...
uvx install dolphindb-mcp-serverlist_dbs()Lists all databases in the DolphinDB instance.
Read-only operation, no side effects.
list_tbs(dbName: str)Lists all tables within a specified database.
Read-only operation, no side effects.
query_table_diskusage(database: str, tableName: str)Retrieves disk usage information for a specific table.
Read-only operation, no side effects.
query_dolphindb(script: str)Executes an arbitrary DolphinDB script.
Can modify or delete data, potentially causing significant damage.
This MCP server offers both read and write capabilities to a DolphinDB database. While listing databases and tables is safe, executing arbitrary scripts poses a risk. It's crucial to restrict access to the server and carefully validate any scripts before execution to prevent unintended consequences.