Back to Home
michaelprinc icon

MCP_prompt_broker

Verified Safe

by 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

Run Command
python -m mcp_prompt_broker

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-06

Tags

MCPprompt-routingLLM-guidanceCopilot-Chatmetadata-analysis