Back to Home
minipuft icon

claude-prompts-mcp

Verified Safe

by minipuft

Overview

Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.

Installation

Run Command
npx -y claude-prompts@latest

Environment Variables

  • MCP_LLM_API_KEY
  • MCP_LLM_MODEL
  • MCP_LLM_ENDPOINT
  • MCP_WORKSPACE
  • MCP_RESOURCES_PATH
  • MCP_PROMPTS_PATH
  • MCP_METHODOLOGIES_PATH
  • MCP_GATES_PATH
  • MCP_STYLES_PATH
  • LOG_LEVEL

Security Notes

The server includes 'Ralph Loops' functionality (shell verification gates) which executes arbitrary shell commands (`sh -c <command>`) provided by the LLM for autonomous task verification. While this feature is explicit and attempts to mitigate risks via environment variable whitelisting (`SAFE_ENV_ALLOWLIST`), process detachment, and timeouts, executing arbitrary commands is inherently high-risk. If the LLM is unconstrained or deployed in an untrusted environment, this could lead to unintended system modifications or privilege escalation. Other file system operations (read/write/delete prompts, configs, state) are necessary for resource management but pose standard risks. No obvious 'eval' or malicious obfuscation patterns were detected.

Similar Servers

Stats

Interest Score53
Security Score6
Cost ClassHigh
Avg Tokens2000
Stars128
Forks29
Last Update2026-01-18

Tags

AIPromptsHooksChainsGatesMCPDeveloper ToolsAgent