Back to Home
mikeybizzzle icon

prompt-library-app

Verified Safe

by mikeybizzzle

Overview

A personal AI prompt database with multiple access methods including a Web UI, Desktop App, CLI, and integration with Claude Code via its Model Context Protocol (MCP) for managing, searching, and creating prompts.

Installation

Run Command
node /path/to/prompt-library-app/packages/mcp/dist/index.js

Environment Variables

  • GITHUB_TOKEN
  • GIT_AUTHOR_NAME
  • GIT_AUTHOR_EMAIL
  • NODE_ENV
  • DB_PATH

Security Notes

The server uses a local SQLite database, which limits direct external data exposure. Input validation for API routes and MCP tools is handled using Zod schemas, a good practice for data integrity and preventing injection. GitHub synchronization, while using external credentials (GITHUB_TOKEN), includes validation for the repository path to prevent arbitrary file system access. The GITHUB_TOKEN itself needs to be securely managed by the user, and its exposure depends on environment variable configuration or UI setup, not on hardcoding within the server logic. No 'eval' or obvious obfuscation was found in the provided code snippets. The MCP server itself acts as an intermediary, processing requests for local data, not directly making calls to external AI models.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-02

Tags

AIPromptsClaudeMCPProductivityDeveloper ToolDatabaseVersion ControlCLI