a month ago
Lightweight MCP server for providing user prompts defined in Markdown with argument support.
Overview
Lightweight MCP server that serves user prompts defined in Markdown files, with support for arguments.
Keep your prompt .md files in a repository — a dedicated git repo or a folder in an existing one — and connect that directory to your AI client via this MCP server. This way your prompts are versioned, shareable, and easy to update across machines and team members.
Server Config
{
"mcpServers": {
"my-prompts-mcp": {
"command": "/path/to/my-prompts-mcp",
"args": [
"--path=/path/to/prompts"
]
}
}
}