prompt-mcp-server
Verified Safeby avalooran
Overview
Serves as a gateway for managing and retrieving a custom prompt library for AI applications.
Installation
python server.pyEnvironment Variables
- CUSTOM_PROMPTZ_API_URL
Security Notes
The server acts as a proxy to an external API defined by CUSTOM_PROMPTZ_API_URL. While the current code does not show direct command execution or unsafe `eval` usage, its overall security is heavily dependent on the trustworthiness and security of the `CUSTOM_PROMPTZ_API_URL` backend it interacts with. No hardcoded secrets were found.
Similar Servers
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
mcp-framework-server
A Python-based server for a Model Context Protocol (MCP) enabling interactive career orientation (proforientation) dialogues via a REST API, designed to integrate with a Telegram bot.
mcp-server
Automates the end-to-end processing of incoming invoices from document extraction using OCR and LLMs to validation and posting in SAP S/4HANA.
promptbook-mcp
This project is likely a server-side component or framework designed for developing and managing modifications (mods) within a Minecraft server environment, facilitating custom gameplay or features.