Zentric Protocol

Zentric Protocol

Local
@zentricprotocolHTMLUpdated 3mo ago

Prompt injection + PII detection for LLM apps and agent pipelines. Deterministic, sub-25ms.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzentric-protocol-mcpv0.1.3

Run

npx -y zentric-protocol-mcp

MCP client config

{
  "mcpServers": {
    "zentric-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "zentric-protocol-mcp"
      ]
    }
  }
}