Skip to main content
Glama
marcmodin

mcp-prompt-server

by marcmodin

🚀 MCP Prompt Server

A lightweight Model Context Protocol server for dynamic prompt management

Python 3.11+ MCP License Release


✨ 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 with uvx)

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

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

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