Back to Home
hariskarim41 icon

claude_prompter

Verified Safe

by hariskarim41

Overview

A universal Model Context Protocol (MCP) server for advanced prompt management, enabling structured AI workflows, hot-reloading, and integration with various AI clients.

Installation

Run Command
npm start

Environment Variables

  • MCP_SERVER_ROOT
  • MCP_PROMPTS_CONFIG_PATH
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • MCP_LLM_MODEL
  • MCP_ANALYSIS_MODE

Security Notes

The project demonstrates strong security awareness through explicit quality gates (e.g., `security-awareness.json` forbidding hardcoded secrets, input validation). The `CLAUDE.md` file strictly forbids direct file operations by the AI agent, mandating the use of secure MCP tools like `prompt_manager` and `SafeConfigWriter` for configuration changes. The use of Nunjucks for dynamic chain orchestration with LLM outputs is a high-risk area for template injection if not perfectly sanitized and escaped. While sanitization is mentioned, this remains an inherent complexity in such systems. Overall, the emphasis on security and controlled access is a significant positive.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-03

Tags

Prompt ManagementAI WorkflowsModel Context ProtocolHot-ReloadThinking FrameworksLLM Orchestration