prompts-mcp
Verified Safeby alkue-com
Overview
Serves a directory of Markdown files as prompts to any Model Context Protocol (MCP) client for chat sessions.
Installation
PROMPTS_DIR=/path/to/your/prompts uv run prompts-mcpEnvironment Variables
- PROMPTS_DIR
Security Notes
Uses `subprocess.run` with `shlex.split` and avoids `shell=True`, mitigating command injection risks. `PyYAML` is used with `safe_load`. No obvious hardcoded secrets. The primary external risk is if the `PROMPTS_DIR` environment variable is maliciously configured to point to an untrusted location, allowing arbitrary content to be served.
Similar Servers
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.
MCP-LocalFileResource-Server
The server provides LLMs and MCP clients with a standardized way to access, search, and process local files, including text, code, and PDFs, through Model Context Protocol resources and tools.