Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Secure Llm Proxy

БесплатноНе проверен

OpenAI-compatible proxy with PII scrubbing, audit logging, and model routing. Drop-in replacement — set OPENAI_BASE_URL to point to this server. Supports GPT-4o

GitHubEmbed

Описание

OpenAI-compatible proxy with PII scrubbing, audit logging, and model routing. Drop-in replacement — set OPENAI_BASE_URL to point to this server. Supports GPT-4o, Claude, Gemini, and Llama via single endpoint.

README

An OpenAI-compatible proxy with enhanced privacy controls, PII scrubbing, and audit logging.

Features

  • PII scrubbing — strips emails, phone numbers, SSNs, and credit card numbers before forwarding
  • Audit logging — every request logged with hash of original content
  • OpenAI-compatible — drop-in replacement, just change OPENAI_BASE_URL
  • Model routing — supports GPT-4o, Claude, Gemini, and Llama via single endpoint
  • Rate limit pooling — spreads load across multiple upstream keys

Quick Start

export OPENAI_BASE_URL=https://nexus.exchange-secure.com/v1
export OPENAI_API_KEY=your-key  # forwarded after PII scrub

Or with the MCP tool:

{
  "mcpServers": {
    "secure-llm-proxy": {
      "url": "https://nexus.exchange-secure.com/mcp",
      "headers": {
        "Authorization": "Bearer your-key"
      }
    }
  }
}

Available Tools

chat_completion

Generate a chat completion via the privacy-preserving proxy.

Input:

{
  "messages": [{"role": "user", "content": "Hello"}],
  "model": "gpt-4o"
}

Response includes audit ID, scrub report, and completion.

Privacy

Keys are never stored. Requests are hashed for audit purposes only. PII is removed before any data leaves your network perimeter.

from github.com/wootock/secure-llm-proxy

Установка Secure Llm Proxy

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/wootock/secure-llm-proxy

FAQ

Secure Llm Proxy MCP бесплатный?

Да, Secure Llm Proxy MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Secure Llm Proxy?

Нет, Secure Llm Proxy работает без API-ключей и переменных окружения.

Secure Llm Proxy — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Secure Llm Proxy в Claude Desktop, Claude Code или Cursor?

Открой Secure Llm Proxy на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Secure Llm Proxy with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai