mcp-prompt-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-prompt-serverlist available prompts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 MCP Prompt Server
A lightweight Model Context Protocol server for dynamic prompt management
✨ Features
📁 Dynamic Prompt Loading — Automatically discover and register markdown files from the
prompts/directory📚 Resource Management — Serve documentation and reference materials via MCP resources
⚡ Zero Configuration — Add prompts and resources by simply creating markdown files with YAML frontmatter
🔒 Security First — Built-in path traversal protection, file size limits, and input validation
🎯 MCP Compliant — Full implementation of MCP prompt and resource primitives via FastMCP framework
🌐 Remote Installation — Run directly from GitHub without cloning
Related MCP server: Prompts MCP Server
🔧 Requirements
Python >=3.11
Package manager:
uv(installs automatically withuvx)
Quick Start
Using with Claude Cli
Add this configuration to your Claude Cli MCP settings:
{
"mcpServers": {
"prompt-server": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0",
"mcp-prompt-server"
]
}
}
}Using with GitHub Copilot
Create .vscode/mcp.json in your project:
{
"mcpServers": {
"prompt-server": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0r",
"mcp-prompt-server"
]
}
}
}Running Remotely
# Run directly from GitHub
uvx --from git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0 mcp-prompt-server
# Debug with MCP Inspector
npx @modelcontextprotocol/inspector uvx --from git+https://github.com/marcmodin/mcp-prompt-server@v0.1.0 mcp-prompt-server📚 Documentation
Architecture — System design and security model
Contributing — Development workflow and guidelines
Prompt Template — Creating prompt files
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- pingA
Related MCP Servers
- Alicense-qualityCmaintenanceFacilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.172MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server for managing prompt templates as markdown files with YAML frontmatter, allowing users and LLMs to easily add, retrieve, and manage prompts.52516MIT
- Alicense-qualityDmaintenanceProvides custom prompts for Amazon Q by serving markdown files from the local filesystem as prompt templates through the Model Context Protocol.8MIT
- Alicense-qualityFmaintenanceEnables loading and serving markdown files as prompts from local folders or GitHub repositories. Supports automatic repository synchronization and YAML frontmatter for prompt metadata.3MIT
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Securely search and manage workspace context files for AI agents and teams.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcmodin/mcp-prompt-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server