RestoPromt MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RestoPromt MCP Serversearch for prompts about react hooks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RestoPromt (Açık Kaynak)
Claude Code için prompt paylaşım platformu. Kullanıcılar kayıt olup
Prompt / Agent / Skill / MCP türünde paylaşımlar ekler; herkes görüntüleyip
kopyalayabilir ve .md olarak indirebilir; yalnızca sahibi düzenler/siler,
diğerleri değişiklik önerisi gönderir, sahibi onaylar veya reddeder.
MIT lisansıyla açık kaynaktır — çatallayıp kendi prompt platformunu kurabilirsin.
Canlı demo: https://restopromt-web.slovveis.workers.dev
Özellikler
Ana sayfada arama, kategori + tür filtreleri
Tek tıkla kopyalama, akıllı adlandırılmış
.mdindirmeÇoklu seçim → proje yapısına uygun toplu
.zipindirme (CLAUDE.mdköke, agent'lar.claude/agents/, skill'ler.claude/skills/<ad>/SKILL.md)Beğeni sistemi
Değişiklik önerisi akışı (öner → sahibi onaylar/reddeder)
E-posta/şifre + opsiyonel Google girişi (Auth.js v5, JWT session)
Admin paneli (
/admin) —ADMIN_EMAILSallowlist ile/komutlar— aranabilir Claude Code slash komut rehberi (detay sayfalarıyla)MCP sunucusu — Claude Code'dan doğal dille prompt arayıp projene çekebilirsin
Related MCP server: PromptingBox MCP Server
Teknolojiler
Next.js 16 (App Router) + TypeScript
Tailwind CSS v4 + shadcn/ui (koyu tema)
Drizzle ORM + Neon Postgres (HTTP sürücüsü — edge uyumlu)
Auth.js v5
Cloudflare Workers + @opennextjs/cloudflare
Ayrı MCP Worker'ı (Cloudflare Agents SDK
McpAgent)
Kurulum
npm install
cp .env.example .env.local # DATABASE_URL ve AUTH_SECRET doldur
npm run db:push # şemayı Neon'a uygula
npm run db:seed # kategorileri ekle
npm run devGoogle ile giriş (opsiyonel)
Google Cloud Console'dan
OAuth client oluştur (redirect URI: http://localhost:3000/api/auth/callback/google)
ve .env.local içine GOOGLE_CLIENT_ID / GOOGLE_CLIENT_SECRET ekle.
Doldurulduğunda giriş/kayıt sayfalarında Google butonu otomatik görünür.
Cloudflare'e deploy
npm run deploy # web uygulaması (OpenNext build + wrangler deploy)Web worker secret'ları: DATABASE_URL, AUTH_SECRET, AUTH_TRUST_HOST,
ADMIN_EMAILS → npx wrangler secret put <AD> ile ekle.
MCP worker
npx wrangler secret put DATABASE_URL -c mcp-server/wrangler.jsonc
npx wrangler secret put MCP_TOKEN -c mcp-server/wrangler.jsonc
npx wrangler deploy -c mcp-server/wrangler.jsoncClaude Code'a eklemek için:
claude mcp add restopromt -s user -t http https://<worker-adresin>/mcp \
-H "Authorization: Bearer <MCP_TOKEN>"Sunduğu araçlar: search_prompts (doğal dil, skorlu arama), get_prompts
(toplu tam içerik), list_prompts, get_prompt, add_prompt, update_prompt,
delete_prompt. Tipik akış: "şu prompt'lar lazım" → search → get → projeye yaz.
Komutlar
Komut | Açıklama |
| Geliştirme sunucusu |
| Production build |
| Cloudflare'e build + deploy |
| Cloudflare build'ini yerelde önizle |
| Drizzle şemasını veritabanına uygula |
| Başlangıç kategorilerini ekle |
| Drizzle Studio (DB arayüzü) |
| MCP worker deploy |
Katkı
PR'lar ve issue'lar memnuniyetle karşılanır. Büyük bir değişiklik öncesi issue açıp tartışmak iyi olur.
Lisans
This server cannot be deployed
Maintenance
Related MCP Connectors
- PromptOTOAuthcom.promptot
Manage, version, and publish LLM prompts with blocks, variables, and evaluations.
Self-hosted AI prompt library: prompts, collections, tags, teams, chains. 29 MCP tools for agents.
Your prompt library inside your AI: 1,000+ pro templates, frameworks, vocab & pipelines.
Community library of composable AI prompt blocks for search, composition, and contribution.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI-powered selection and generation of specialized system prompts from a database of over 66 templates for Claude Code. It uses semantic search to find the best matching template and can adapt it to fit specific user tasks and contexts.-
- AlicenseAqualityDmaintenanceAllows users to save, organize, and manage AI prompts, folders, and tags directly within MCP-compatible tools like Claude and Cursor. It supports version history tracking, prompt searching, and the ability to save public templates to a personal collection.208MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to organize, search, and manage a shared library of prompts across AI tools via the Model Context Protocol. It supports hierarchical folder organization, tagging, and template variable substitution for dynamic prompt generation.MIT
- AlicenseBqualityDmaintenanceEnables AI models like Claude to manage local prompt files with CRUD operations, fuzzy search, categorization, templates, version control, and favorites.325MIT