ReleaseGuard MCP Server
Related Servers
Alternatives to ReleaseGuard MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityNot gradedmaintenanceOpen-source AI governance toolkit. MCP servers & CLIs for scanning, auditing, and managing your AI environment-
- AlicenseNot gradedqualityCmaintenanceEnables PII detection and anonymization using Microsoft Presidio with tools, resources, and prompts via MCP.MIT
- AlicenseNot gradedqualityNot gradedmaintenanceOpen-source AI governance toolkit — MCP servers & CLIs for scanning, auditing, and managing your AI environment1-
- AlicenseAqualityBmaintenanceMCP server and CLI for detecting, redacting, and auditing PHI in medical text before it is sent to AI agents, with tools for scan, redact, audit, and validate operations.4MIT

flexorch-mcpofficial
AlicenseAqualityAmaintenanceEnables Claude and other MCP-compatible agents to process documents, extract structured data, detect PII, and export LLM-ready datasets through natural language tool calls.81MIT- AlicenseNot gradedqualityDmaintenanceProvides MCP tools for prompt injection detection and content sanitization, safeguarding LLM pipelines. Also enables Japanese PII scanning and masking for secure data handling.MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: scan is read-only, redact creates a sanitized copy, and package bundles with documentation. The descriptions explicitly differentiate them and even suggest which to use based on the goal.
All tool names follow the same snake_case 'verb_noun_tool' pattern: scan_directory, redact_directory, package_release. This is uniform and predictable, despite the slightly redundant '_tool' suffix.
Three tools is a well-scoped set for a release-preparation pipeline. Each tool addresses a distinct step (inspect, sanitize, package) without unnecessary bloat or redundancy.
The workflow is complete: users can scan to assess, redact to create a clean copy, and package to generate release artifacts. The package tool even includes an optional redaction pass, ensuring the core lifecycle is fully covered.