RestoPromt MCP Server
Enables searching, retrieving, and managing prompts for Claude Code through natural language, with tools for adding, updating, and deleting prompts.
README
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
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 dev
→ http://localhost:3000
Google 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.jsonc
Claude 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 |
|---|---|
npm run dev |
Geliştirme sunucusu |
npm run build |
Production build |
npm run deploy |
Cloudflare'e build + deploy |
npm run preview |
Cloudflare build'ini yerelde önizle |
npm run db:push |
Drizzle şemasını veritabanına uygula |
npm run db:seed |
Başlangıç kategorilerini ekle |
npm run db:studio |
Drizzle Studio (DB arayüzü) |
npx wrangler deploy -c mcp-server/wrangler.jsonc |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.