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
🔧 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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