Metadata-Version: 2.4
Name: dolphindb-mcp-server
Version: 0.1.0
Summary: dolphindb mcp server
Requires-Python: >=3.12
Requires-Dist: dolphindb
Requires-Dist: fastapi[standard]
Requires-Dist: fastmcp
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp>=1.1.2
Description-Content-Type: text/markdown

# dolphindb-mcp-server

## Quickstart

### 1.Install pkgs

We strongly recommend installing FastMCP with [uv](https://docs.astral.sh/uv/), as it is required for deploying servers:

```bash
uv pip install fastmcp dolphindb dotenv
```

### 2.Configure DolphinDB Server

```bash
cp .env.example .env
```

Update the relevant configuration parameters in the .env file to include the DolphinDB server connection details.


### 3.Install to Claude Desktop


```bash
fastmcp install demo.py
```

### 4.Test using Claude Desktop 


![Claude Desktop](./claude.png)


### 5. Add more tool



