promtlab
PromtLab (PromptLab / PromptVault)
Selbstgehostete KI-Prompt-Bibliothek für Einzelpersonen und Teams. Self-hosted in Russland. Funktioniert mit Claude über einen integrierten MCP-Server.
🌐 promtlabs.ru · 📖 Dokumentation · 🔌 MCP · 📝 Changelog
Was ist das?
PromtLab ist eine selbstgehostete Webanwendung zur Verwaltung einer Prompt-Bibliothek für Claude (Opus / Sonnet / Haiku). Sie löst drei Aufgaben:
Organisation — Sammlungen, Tags, Hierarchie, Versionen, Papierkorb, Suche.
Teamarbeit — Teilen von Prompts mit dem Team, Rollen (Owner / Editor / Viewer), gemeinsame Sammlungen.
Integration mit Claude — Der integrierte MCP-Server ermöglicht es Claude, Ihre Prompts direkt aus dem Chat zu suchen, zu lesen und zu aktualisieren.
Funktionen
🇷🇺 Benutzeroberfläche auf Russisch, self-hosted in Russland (Hosting bei Timeweb)
🔌 MCP-Server v1.2+ — 30 Tools, veröffentlicht im Official MCP Registry
👥 Teams mit Rollen (Owner / Editor / Viewer), 2FA für Administratoren
💳 Tarife: Free (0₽), Pro (599₽/Monat), Max (1299₽/Monat), Zahlung via T-Bank
🧩 Integration mit Claude Code, Claude Desktop, Cursor, Windsurf
🔐 OAuth 2.0 + PKCE für GitHub / Google / Yandex, TOTP 2FA für Administratoren
📊 Prompt-Versionierung, öffentliche Links, Teilen-Funktion
🤖 KI-gestützte Prompt-Optimierung (Claude Sonnet 4) mit kontingentbasierten Tarifen
🌐 PWA, Telegram-Bot, Browser-Erweiterung
Stack
Backend: Go 1.25 · Chi v5 · GORM v2 · PostgreSQL 18 · slog · koanf
Frontend: React 19 · Vite 8 · shadcn/ui · Tailwind 4 · TanStack Query · Zustand
Infra: Docker Compose · GlitchTip (self-hosted Sentry) · GitHub Actions CI/CD
MCP: modelcontextprotocol/go-sdk v1.5, Streamable HTTP transport
Weitere Details — promptvault/CLAUDE.md (Architektur,
Clean Architecture-Schichten, Konventionen).
Schnellstart (dev)
git clone https://github.com/Slava4123/promtlab.git
cd promtlab/promptvault
cp .env.example .env # заполнить DATABASE_*, JWT_SECRET, OPENROUTER_API_KEY
docker compose -f docker-compose.dev.yml upFrontend: http://localhost:5173
Backend API: http://localhost:8080
MCP endpoint: http://localhost:8080/mcp
Ersten Administrator erstellen:
docker compose exec api go run ./cmd/create-admin --email=you@example.comVerbindung zu Claude (MCP)
claude mcp add --transport http promtlab https://promtlabs.ru/mcp \
--header "Authorization: Bearer pvlt_YOUR_API_KEY"API-Schlüssel werden unter https://promtlabs.ru/settings/integrations erstellt.
Das vollständige Handbuch und eine Liste aller 30 Tools finden Sie unter — promptvault/docs/MCP.md.
Lizenz
Functional Source License 1.1 (Apache-2.0 Future License)
✅ Self-hosting, Forken, Modifizieren und unternehmensinterne Nutzung erlaubt
❌ Kein konkurrierendes SaaS innerhalb von 2 Jahren
🔓 Nach 2 Jahren wird jedes Release automatisch zu Apache 2.0
Fragen zur kommerziellen Nutzung: slava0gpt@gmail.com.
Sicherheit
Sie haben eine Sicherheitslücke gefunden? Schreiben Sie an slava0gpt@gmail.com oder über das
GitHub Security Advisory.
Details — SECURITY.md.
Kontakt
🌐 Website: https://promtlabs.ru
📧 Email: slava0gpt@gmail.com
📬 Telegram: @promtlabs
Hergestellt in Russland mit ❤️ für alle, die viel mit KI arbeiten.
This server cannot be installed
Maintenance
Related MCP Connectors
Git-backed platform for skills, tools, and context for AI agents
16 AI-native tools with dual SSE + streamable-http transport. Free tier available.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Slava4123/promtlab'
If you have feedback or need assistance with the MCP directory API, please join our Discord server