promptbook-mcp
Verified Safeby isaacpalomero
Overview
Provides an MCP server for semantic search and organization of AI-generated prompts, serving as a personal knowledge base for developers.
Installation
docker-compose up -dEnvironment Variables
- PROMPTS_DIR
- SESSIONS_DIR
- EMBEDDING_PROVIDER
- EMBEDDING_MODEL
- LMSTUDIO_URL
- LMSTUDIO_MODEL
- ENABLE_RAG
Security Notes
The server includes robust path validation (`_validate_safe_path`) to prevent directory traversal vulnerabilities. It communicates via standard I/O (MCP stdio_server), which limits direct network exposure. No hardcoded sensitive secrets or 'eval' calls were found. Default external service integrations (LMStudio) point to local hosts and require explicit setup, mitigating remote attack surface.
Similar Servers
docs-mcp-server
The Documentation MCP Server indexes documentation from various sources (web, local files, registries) and makes it semantically searchable via vector embeddings, primarily for AI coding assistants.
chunkhound
Transforms codebases into searchable knowledge bases for AI assistants using semantic search and regex search, with deep research capabilities for code and files.
CodeGraphContext
An MCP server that indexes local code into a Neo4j graph database to provide real-time, accurate context and relationship analysis to AI assistants for understanding, writing, and refactoring code.
apple-rag-mcp
This MCP server provides AI agents with comprehensive, real-time access to Apple's developer documentation and WWDC video transcripts using advanced RAG (Retrieval Augmented Generation) techniques, combining semantic, keyword, and AI-powered hybrid search.