Back to Home
minipuft icon

claude-prompts-mcp

Verified Safe

by minipuft

Overview

Manages hot-reloadable prompt templates, structured reasoning, and multi-step chain workflows to enhance AI assistant interactions through a Model Context Protocol (MCP) compatible server.

Installation

Run Command
npx claude-prompts-server

Environment Variables

  • MCP_SERVER_ROOT
  • MCP_PROMPTS_CONFIG_PATH
  • LOG_LEVEL
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • MCP_LLM_MODEL

Security Notes

The server demonstrates strong security awareness through explicit guidelines in CONTRIBUTING.md (e.g., 'Never check in secrets; use environment variables for API keys'). It includes quality gates for 'Security Best Practices' and 'Code Quality Standards' directly within its own definitions. Configuration changes are handled by a `SafeConfigWriter` ensuring atomic updates with backups. Incoming requests are validated, and file system access is primarily restricted to config, prompts, and runtime state, aligning with the server's function. No direct 'eval' or obvious malicious patterns are present. The primary external risk comes from potential misuse of LLM integrations and the quality of prompts created/managed by users, but the server itself has robust internal controls.

Similar Servers

Stats

Interest Score53
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars115
Forks27
Last Update2025-12-06

Tags

Prompt ManagementAI OrchestrationLLM WorkflowsHot ReloadStructured ReasoningMCP