File size: 1,222 Bytes
672451d
9ca6b58
 
 
 
672451d
4ab82db
672451d
 
9ca6b58
 
 
 
 
672451d
 
9ca6b58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: LLMOps Database MCP Server
emoji: 🔍
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: "6.1.0"
app_file: app.py
pinned: false
license: apache-2.0
tags:
  - mcp-server
  - llmops
  - datasets
---

# LLMOps Database MCP Server

An MCP server for querying the [ZenML LLMOps Database](https://huggingface.co/datasets/zenml/llmops-database) - a collection of 1,100+ real-world LLMOps case studies.

## Tools

- **search** - Search with optional filters (query, industry, company, year, tag)
- **get_case_study_details** - Get full details of a case study
- **get_statistics** - Database statistics
- **list_options** - Available filter values

## Use as MCP Server

Add to your MCP client (Cursor, Claude Desktop, etc.):

```json
{
  "mcpServers": {
    "llmops-database": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://hugobowne-llmops-database-mcp.hf.space/gradio_api/mcp/"
      ]
    }
  }
}
```

## Dataset

The [ZenML LLMOps Database](https://huggingface.co/datasets/zenml/llmops-database) contains:
- 1,100+ case studies of real-world LLM deployments
- Metadata: company, industry, year, source URL
- Tags: tools, techniques, applications
- Short and full summaries