Loading MCP server directory, please wait...
Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.
npx @getmcp/cli add io.github.Declade/lucairn-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
LUCAIRN_API_KEYLucairn 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).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Declade/lucairn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@lucairn/mcp-server"
],
"env": {
"LUCAIRN_API_KEY": "",
"ANTHROPIC_API_KEY": "",
"OPENAI_API_KEY": "",
"LUCAIRN_BASE_URL": "",
"LUCAIRN_TRANSPORT": ""
}
}
}
}