Back to Home
alkue-com icon

prompts-mcp

Verified Safe

by alkue-com

Overview

Serves a directory of Markdown files as prompts to any Model Context Protocol (MCP) client for chat sessions.

Installation

Run Command
PROMPTS_DIR=/path/to/your/prompts uv run prompts-mcp

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-20

Tags

MCPPromptsMarkdownAIServer