wardcat-mcp

oguzhantopcu0/wardcat-mcp
★ 0 stars Python AI/LLM Updated today
MCP server exposing wardcat's on-prem PII detection/anonymization as agent tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wardcat-mcp": {
      "command": "uvx",
      "args": [
        "wardcat-mcp"
      ]
    }
  }
}

Or install with pip: pip install wardcat-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes anonymization** as tools any agent can call — Claude Desktop, Cursor, a self-hosted bot, a RAG pipeline. Use it as a **guardrail**: sanitize inputs before they reach an LLM, or gate them with a semantic "is this sensitive?" check. > **Runs locally, stays local.** The server runs on your machine over stdio;

Tools (7)

WARDCAT_ACTIONWARDCAT_ENTITIESWARDCAT_LLM_BASE_URLWARDCAT_LLM_MODELWARDCAT_SALTWARDCAT_SPACY_MODELsanitized_text