MCP_prompt_broker
Verified Safeby michaelprinc
Overview
A Python-based Model Context Protocol (MCP) server that analyzes user prompts, extracts metadata, and selects the most relevant instruction profile for an LLM like GitHub Copilot Chat.
Installation
python -m mcp_prompt_brokerSecurity Notes
The server primarily performs rule-based prompt analysis and profile selection. It does not contain direct network listeners beyond standard I/O (stdio) for MCP communication, nor does it appear to handle external APIs or persistent storage of sensitive data. It uses keyword matching for sensitivity detection but does not perform redaction itself; it selects profiles that may instruct downstream models to do so. Loading instruction profiles from a local JSON file (`--instructions`) could be a minor risk if the file source is untrusted, but this is a local configuration.
Similar Servers
claude-prompts-mcp
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.
wanaku
A Model Context Protocol (MCP) Router that centralizes routing and resource management for AI agents, connecting them to various enterprise systems and tools via pluggable capabilities.
mcp-ai-agent-guidelines
A comprehensive framework for building, orchestrating, and validating AI agents and their design processes, with a strong focus on code quality, security, and prompt engineering.
dotprompts
A SvelteKit application that serves as a personal collection of AI prompts, exposing them as Model Context Protocol (MCP) tools and messages.