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

Related MCP server: Prompts MCP Server

🔧 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

Install Server
A
license - permissive license
A
quality
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.

Tools

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Facilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.
    172
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    5
    25
    16
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    Enables loading and serving markdown files as prompts from local folders or GitHub repositories. Supports automatic repository synchronization and YAML frontmatter for prompt metadata.
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

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