Skip to content
Cursor

zentric protocol mcp for Cursor

io.github.zentricprotocol/zentric-protocol-mcp

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

client:Cursor transport:stdio runtime:npm

Install zentric protocol mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

zentric protocol mcp in other clients