We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
plugin-manifest.yaml•408 B
description: "Injects a configurable privacy notice into rendered prompts (prepend/append or separate message)."
author: "ContextForge"
version: "0.1.0"
tags: ["compliance", "notice", "prompt"]
available_hooks:
- "prompt_post_fetch"
default_config:
notice_text: "Privacy notice: Do not include PII, secrets, or confidential information in prompts or outputs."
placement: "append"
marker: "[PRIVACY]"