Skip to main content
Developer ToolsGo

vasayxtx/mcp-prompt-engine

MCP server for managing and serving dynamic prompt templates using elegant and powerful text template engine.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/vasayxtx/mcp-prompt-engine

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-prompt-engine": {
      "command": "npx",
      "args": [
        "-y",
        "vasayxtx/mcp-prompt-engine"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
vasayxtx