← Index

io.github.Declade/lucairn-mcp-server

io.github.Declade/lucairn-mcp-server·v1.2.3·AI & LLMs
Quality Score
90
/100

Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "env": {
        "LUCAIRN_API_KEY": "<your-lucairn_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "LUCAIRN_BASE_URL": "<lucairn_base_url>",
        "LUCAIRN_TRANSPORT": "<lucairn_transport>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "lucairn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lucairn/mcp-server"
      ],
      "env": {
        "LUCAIRN_API_KEY": "<your-lucairn_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "LUCAIRN_BASE_URL": "<lucairn_base_url>",
        "LUCAIRN_TRANSPORT": "<lucairn_transport>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @lucairn/mcp-server
§02  Environment variables
LUCAIRN_API_KEY
requiredsecret

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).

ANTHROPIC_API_KEY
secret

Upstream Anthropic API key. Used when the requested model is claude-* / anthropic-*. Required if you call Claude models on the free tier (BYOK).

OPENAI_API_KEY
secret

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).

LUCAIRN_BASE_URL

Override the gateway URL. Defaults to https://gateway.lucairn.eu (production). Set this to point at a self-hosted Lucairn deployment.

LUCAIRN_TRANSPORT

Transport mode for the MCP server. One of 'direct-http' (default; v1.1+ behavior) or 'stdio-bridge' (v1.2+ opt-in).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs