RestoPromt MCP Server

RestoPromt MCP Server

Enables searching, retrieving, and managing prompts for Claude Code through natural language, with tools for adding, updating, and deleting prompts.

Category
Visit Server

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ış .md indirme
  • Çoklu seçim → proje yapısına uygun toplu .zip indirme (CLAUDE.md kö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_EMAILS allowlist 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_EMAILSnpx 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

MIT

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured