prompts-mcp
Verified Safeby masaki39
Overview
Serves Markdown files as Model Context Protocol (MCP) tools or slash commands (prompts) for AI models by parsing them once at startup.
Installation
npx -y @masaki39/prompts-mcp@latestEnvironment Variables
- PROMPTS_DIR
- REGISTER_AS
Security Notes
The server reads Markdown files from a directory specified by `PROMPTS_DIR`. While the parsing logic itself is robust, includes name validation, and does not execute arbitrary code, ensuring that `PROMPTS_DIR` points to a trusted location is crucial to prevent the server from processing or exposing unexpected content. No 'eval' or direct arbitrary code execution from prompt content was identified.
Similar Servers
agent
Manages and proxies multiple Model Context Protocol (MCP) servers locally, providing a unified entry point and CLI for installation, configuration, and status monitoring.
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
thoughtbox
Provides a durable, local-first reasoning ledger and structured cognitive tools for AI agents, enabling step-by-step thinking, branching, revisions, and autonomous critique, with progressive tool disclosure and client compatibility adaptations.
mcp-server
This server integrates Kontent.ai content management with AI tools, allowing natural language operations to create, manage, and explore structured content.