Skip to main content
Glama

mcp-prompt-engine

by vasayxtx
Dockerfile.goreleaser458 B
FROM alpine:latest RUN apk --no-cache add ca-certificates RUN addgroup -g 1001 -S mcpuser && \ adduser -S -D -H -u 1001 -h /app -s /sbin/nologin -G mcpuser mcpuser WORKDIR /app COPY mcp-prompt-engine . RUN mkdir -p /app/prompts /app/logs && chown -R mcpuser:mcpuser /app USER mcpuser VOLUME ["/app/prompts", "/app/logs"] ENV MCP_PROMPTS_DIR=/app/prompts CMD ["./mcp-prompt-engine", "serve", "--quiet", "--log-file", "/app/logs/mcp-prompt-engine.log"]

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/vasayxtx/mcp-prompt-engine'

If you have feedback or need assistance with the MCP directory API, please join our Discord server