Back to Home
minipuft icon

claude-prompts

by minipuft

Overview

This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.

Installation

Run Command
npx -y claude-prompts@latest

Environment Variables

  • MCP_WORKSPACE
  • MCP_RESOURCES_PATH
  • MCP_PROMPTS_PATH
  • MCP_METHODOLOGIES_PATH
  • MCP_GATES_PATH
  • MCP_STYLES_PATH
  • MCP_LLM_MODEL
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • GEMINI_API_KEY
  • LOG_LEVEL

Security Notes

The server features allow for arbitrary code execution via user-defined scripts/tools (script-executor.ts) and shell verification commands (shell-verify-executor.ts) within prompts and gates. While internal safeguards like `SAFE_ENV_ALLOWLIST` are present to prevent credential leakage to subprocesses, these features inherently enable execution of arbitrary commands on the host machine. This poses a critical security risk if the server processes untrusted inputs (e.g., a malicious LLM-generated command) or runs in an unsandboxed environment. Users must exercise extreme caution and ensure all prompts and tools are fully trusted and audited, or operate the server within a secure, isolated sandbox.

Similar Servers

Stats

Interest Score53
Security Score4
Cost ClassLow
Stars128
Forks29
Last Update2026-01-18

Tags

AIPromptsDeveloper ToolsAutomationQuality Gates