Back to Home
paoloricciuti icon

dotprompts

Verified Safe

by paoloricciuti

Overview

A SvelteKit application that serves as a personal collection of AI prompts, exposing them as Model Context Protocol (MCP) tools and messages.

Installation

Run Command
npm run preview

Environment Variables

  • DATABASE_URL
  • DATABASE_TOKEN
  • BETTER_AUTH_URL
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET

Security Notes

The server uses `Access-Control-Allow-Origin: *` and `Access-Control-Allow-Headers: *` for CORS on several API endpoints, including the MCP server and OAuth discovery endpoints. While this might be intentional for MCP interoperability and OAuth client discovery, it broadly allows cross-origin requests, which can pose security risks if not carefully managed or if other layers of security are not in place. Environment variables are correctly used for sensitive information like database credentials and OAuth client secrets, which is a good practice.

Similar Servers

Stats

Interest Score42
Security Score7
Cost ClassLow
Avg Tokens5
Stars3
Forks0
Last Update2025-11-28

Tags

MCPSvelteKitAI PromptsAuthenticationDrizzle ORM