Skip to main content
DatabasesPython

tradercjz/dolphindb-mcp-server

TDolphinDB database integration with schema inspection and query capabilities

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tradercjz/dolphindb-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "dolphindb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tradercjz/dolphindb-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
tradercjz