tradercjz/dolphindb-mcp-server
TDolphinDB database integration with schema inspection and query capabilities
Quick Start
Clone the repository:
git clone https://github.com/tradercjz/dolphindb-mcp-serverClaude 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.