lucairn-mcp-server
Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.
Package Details
@lucairn/mcp-server
Environment Variables
Lucairn gateway API key (lcr_live_*). Issued at https://lucairn.eu/account/keys. Free tier requires BYOK upstream LLM keys (ANTHROPIC_API_KEY or OPENAI_API_KEY).
Upstream Anthropic API key. Used when the requested model is claude-* / anthropic-*. Required if you call Claude models on the free tier (BYOK).
Upstream OpenAI API key. Used when the requested model is gpt-* / openai-* / o1-* / o3-* / o4-*. Required if you call OpenAI models on the free tier (BYOK).
Override the gateway URL. Defaults to https://gateway.lucairn.eu (production). Set this to point at a self-hosted Lucairn deployment.
Transport mode for the MCP server. One of 'direct-http' (default; v1.1+ behavior) or 'stdio-bridge' (v1.2+ opt-in).