promtlab
ПромтЛаб (PromptLab / PromptVault)
自托管 AI 提示词库,适用于个人和团队。 在俄罗斯境内自托管。通过内置的 MCP 服务器与 Claude 协同工作。
🌐 promtlabs.ru · 📖 文档 · 🔌 MCP · 📝 更新日志
简介
ПромтЛаб 是一个自托管的 Web 应用程序,用于管理 Claude (Opus / Sonnet / Haiku) 的提示词库。它解决了三个核心问题:
组织管理 — 集合、标签、层级结构、版本控制、回收站、搜索。
团队协作 — 与团队共享提示词,设置角色(所有者 / 编辑者 / 查看者),共享集合。
Claude 集成 — 内置的 MCP 服务器允许 Claude 直接从聊天界面搜索、读取和更新您的提示词。
特性
🇷🇺 俄语界面,在俄罗斯境内自托管(托管于 Timeweb)
🔌 MCP 服务器 v1.2+ — 包含 30 种工具,已发布至 官方 MCP 注册表
👥 团队角色管理(所有者 / 编辑者 / 查看者),管理员支持 2FA
💳 定价方案:免费版 (0₽)、专业版 (599₽/月)、Max 版 (1299₽/月),支持 T-Bank 支付
🧩 集成 Claude Code, Claude Desktop, Cursor, Windsurf
🔐 支持 GitHub / Google / Yandex 的 OAuth 2.0 + PKCE,管理员支持 TOTP 2FA
📊 提示词版本控制、公开链接、共享功能
🤖 AI 提示词优化(Claude Sonnet 4),按套餐配额限制
🌐 PWA、Telegram 机器人、浏览器扩展
技术栈
后端: Go 1.25 · Chi v5 · GORM v2 · PostgreSQL 18 · slog · koanf
前端: React 19 · Vite 8 · shadcn/ui · Tailwind 4 · TanStack Query · Zustand
基础设施: Docker Compose · GlitchTip (自托管 Sentry) · GitHub Actions CI/CD
MCP: modelcontextprotocol/go-sdk v1.5, Streamable HTTP transport
详情请参阅 promptvault/CLAUDE.md(架构、整洁架构层、规范)。
快速开始 (开发环境)
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 up后端 API:http://localhost:8080
MCP 端点:http://localhost:8080/mcp
创建首位管理员:
docker compose exec api go run ./cmd/create-admin --email=you@example.com连接到 Claude (MCP)
claude mcp add --transport http promtlab https://promtlabs.ru/mcp \
--header "Authorization: Bearer pvlt_YOUR_API_KEY"API 密钥可在 https://promtlabs.ru/settings/integrations 创建。
完整指南及全部 30 种工具列表请参阅 promptvault/docs/MCP.md。
许可证
Functional Source License 1.1 (Apache-2.0 Future License)
✅ 允许自托管、分叉、修改、在公司内部使用
❌ 2 年内禁止开发竞争性 SaaS 产品
🔓 2 年后,每个版本将自动转为 Apache 2.0 协议
商业用途咨询:slava0gpt@gmail.com。
安全性
发现漏洞?请发送邮件至 slava0gpt@gmail.com 或通过 GitHub Security Advisory 提交。详情请参阅 SECURITY.md。
联系方式
🌐 网站: https://promtlabs.ru
📧 邮箱: slava0gpt@gmail.com
📬 Telegram: @promtlabs
在俄罗斯制造,献给所有深度使用 AI 的人们 ❤️。
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