groupdocs redaction mcp for Zed
io.github.groupdocs-redaction/groupdocs-redaction-mcp
MCP server for GroupDocs.Redaction — redact text, metadata, annotations, image areas via AI agents.
client:Zed
transport:stdio
runtime:nuget
Install groupdocs redaction mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"groupdocs-redaction-mcp": {
"command": "dnx",
"args": [
"GroupDocs.Redaction.Mcp",
"--yes"
],
"env": {
"GROUPDOCS_MCP_STORAGE_PATH": "<GROUPDOCS_MCP_STORAGE_PATH>",
"GROUPDOCS_MCP_OUTPUT_PATH": "<GROUPDOCS_MCP_OUTPUT_PATH>",
"GROUPDOCS_LICENSE_PATH": "<GROUPDOCS_LICENSE_PATH>",
"GROUPDOCS_METERED_PUBLIC_KEY": "<GROUPDOCS_METERED_PUBLIC_KEY>",
"GROUPDOCS_METERED_PRIVATE_KEY": "<GROUPDOCS_METERED_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs