← Back to Plugins
MCP Server MCP

io.github.cx-anand-nandeshwar/dlp-mcp

github By github 👁 1 views ▲ 0 votes

The DLP MCP provides the compliance violation in the one drive, google drive documents.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{api_host}/api/dlp/mcp/{tenant_id}",
      "variables": {
        "api_host": {
          "description": "API host provided by MCP administrator, e.g., eu.nextgen.net",
          "isRequired": true
        },
        "tenant_id": {
          "description": "Tenant identifier (e.g., 'nextgen', 'cs')",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...