ChromeCodeCryptoOTP

slothitude/ChromeCodeCryptoOTP
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server providing OTP-based prompt injection protection for LLM agents
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chromecodecryptootp": {
      "command": "npx",
      "args": [
        "-y",
        "slothitude/ChromeCodeCryptoOTP"
      ]
    }
  }
}

README Excerpt

MCP server providing **one-time pad (OTP) prompt injection protection** for LLM agents. ChromeCode wraps [cryptocode](https://github.com/slothitude/cryptocode)'s OTP encryption as MCP tools. An LLM agent (Claude, GPT, etc.) connected via the Model Context Protocol calls `chromecode_execute` to decrypt and verify user instructions. If the OTP envelope validates, the tool returns the instruction directly. If it fails, the tool returns a generic rejection — no raw text is ever exposed. The LLM's sy

Tools (6)

chromecode_decryptchromecode_encryptchromecode_executechromecode_initchromecode_resyncchromecode_status