datasets-mcp-server / README.md
cfahlgren1's picture
cfahlgren1 HF Staff
add initial files
cec8267
---
title: Datasets MCP Server
emoji: πŸƒ
colorFrom: yellow
colorTo: red
sdk: docker
pinned: false
app_port: 3000
---
# Dataset Viewer MCP Server
## Installation
```bash
bun install
```
## Usage
### Local Development
```bash
bun run dev
```
### Production
```bash
bun run start
```