TNTFLO commited on
Commit
461a2ab
·
verified ·
1 Parent(s): ffcaa3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -6
README.md CHANGED
@@ -1,13 +1,45 @@
1
  ---
2
- title: Filemcp
3
- emoji: 🐠
4
- colorFrom: gray
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.45.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: MCP for Filestorage
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Filestorage MCP Server
3
+ emoji: 🗃️
4
+ colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.0.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # 🗃️ Filestorage MCP Server
13
+
14
+ Ein vollständiger Filestorage-Server mit anonymfile.com Integration und MCP-Unterstützung für Hugging Face Space.
15
+
16
+ ## ✨ Features
17
+
18
+ - ☁️ **Unbegrenzte Speicherzeit** - Dateien bleiben für immer auf anonymfile.com gespeichert
19
+ - 🤖 **MCP Server Integration** - Vollständige MCP-Protokoll-Unterstützung
20
+ - 🗃️ **SQLite Datenbank** - Lokale Speicherung aller Metadaten
21
+ - 🔍 **Volltextsuche** - Suche nach Dateinamen und Tags
22
+ - 🏷️ **Tagging-System** - Organisiere Dateien mit Tags
23
+ - 📊 **Statistiken** - Download-Zähler und Datei-Metriken
24
+ - 🚀 **Space-optimiert** - Speziell für Hugging Face Space-Umgebung
25
+
26
+ ## 🚀 Schnellstart
27
+
28
+ ### Web-Interface verwenden:
29
+ 1. Datei per Drag & Drop oder Dateiauswahl hochladen
30
+ 2. Optionale Tags und Beschreibung hinzufügen
31
+ 3. Auf "Hochladen" klicken
32
+ 4. Direktlink zur Datei erhalten
33
+
34
+ ### MCP Client verwenden:
35
+ **Endpoint:** `https://dein-space-name.hf.space/gradio_api/mcp/sse`
36
+
37
+ MCP Konfiguration:
38
+ ```json
39
+ {
40
+ "mcpServers": {
41
+ "filestorage-space": {
42
+ "url": "https://dein-space-name.hf.space/gradio_api/mcp/sse"
43
+ }
44
+ }
45
+ }