Back to Home
paoloricciuti icon

dotprompts

Verified Safe

by paoloricciuti

Overview

A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.

Installation

Run Command
npm run build && 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

All sensitive information (database credentials, OAuth client IDs/secrets) are correctly sourced from private environment variables, preventing hardcoding. The 'better-auth' library is used for robust authentication and session management, including social logins (GitHub, Google). CRUD operations on prompts enforce user ownership, preventing unauthorized access or modification of other users' data. While the server uses broad CORS headers (Access-Control-Allow-Origin: *), which is typical for MCP integration, this is balanced by strong authentication and data access controls.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassLow
Avg Tokens300
Stars3
Forks0
Last Update2025-12-12

Tags

MCPAI PromptsSvelteKitDrizzleAuthentication