bulkhead

floatingsidewal/bulkhead
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Bulkhead detects and redacts sensitive content -- PII, secrets, prompt injection, and system prompt leakage -- before it leaks through LLM-powered features. It runs as a VS Code extension, an HTTP REST server, or an MCP server for AI coding assistants.
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": {
    "bulkhead": {
      "command": "npx",
      "args": [
        "-y",
        "floatingsidewal/bulkhead"
      ]
    }
  }
}

README Excerpt

**Cascading content protection for AI-powered development tools.** Bulkhead detects and redacts sensitive content -- PII, secrets, prompt injection, and system prompt leakage -- before it leaks through LLM-powered features. It runs as a VS Code extension, an HTTP REST server, or an MCP server for AI coding assistants.

Tools (15)

BULKHEAD_API_KEYBULKHEAD_CASCADE_ESCALATION_THRESHOLDBULKHEAD_CASCADE_MODEL_ENABLEDBULKHEAD_CASCADE_MODEL_IDBULKHEAD_CORS_ORIGINBULKHEAD_GUARDS_INJECTION_ENABLEDBULKHEAD_GUARDS_PII_ENABLEDBULKHEAD_GUARDS_SECRET_ENABLEDBULKHEAD_HOSTBULKHEAD_LLM_API_KEYBULKHEAD_LLM_ENDPOINTBULKHEAD_LLM_PROVIDERBULKHEAD_LOG_LEVELBULKHEAD_MAX_BODY_SIZEBULKHEAD_PORT