Secure LLM Proxy
@wootock
About 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, Claude, Gemini, and Llama via single endpoint.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"secure-llm-proxy": {
"url": "https://nexus.exchange-secure.com/mcp",
"headers": {
"Authorization": "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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Secure LLM Proxy?
Secure LLM Proxy is an OpenAI-compatible proxy server that adds privacy controls, including PII scrubbing and audit logging, before forwarding requests to upstream LLM providers. It is designed for users who need a drop-in replacement for the OpenAI API with enhanced data protection.
How to use Secure LLM Proxy?
Set OPENAI_BASE_URL to https://nexus.exchange-secure.com/v1 and provide your API key. For MCP integration, configure the server with that URL and a Bearer token in your client’s settings. Use the chat_completion tool to send messages through the proxy.
Key features of Secure LLM Proxy
- PII scrubbing removes emails, phone numbers, SSNs, and credit card numbers.
- Audit logging records every request with a hash of the original content.
- OpenAI-compatible endpoint — just change
OPENAI_BASE_URL. - Model routing supports GPT-4o, Claude, Gemini, and Llama via a single endpoint.
- Rate limit pooling spreads load across multiple upstream keys.
Use cases of Secure LLM Proxy
- Send sensitive prompts to LLMs without exposing personal data.
- Maintain an auditable log of all LLM interactions in regulated environments.
- Route requests to multiple LLM providers from a single, privacy-preserving gateway.
- Load-balance across several API keys to avoid rate limits.
FAQ from Secure LLM Proxy
What PII does the proxy scrub?
It strips emails, phone numbers, social security numbers, and credit card numbers before forwarding the request.
Are my API keys stored by the proxy?
No, keys are never stored. They are used only to forward the request after PII scrubbing.
Where do audit logs live and what do they contain?
Every request is logged with a hash of the original content. The full content is not stored; only the hash is retained for audit purposes.
Which models does the proxy support?
It supports GPT-4o, Claude, Gemini, and Llama through a single endpoint. Model routing is handled automatically based on the model parameter.
How do I authenticate with the MCP server?
Include your API key as a Bearer token in the Authorization header when configuring the MCP server in your client.
Frequently asked questions
What PII does the proxy scrub?
It strips emails, phone numbers, social security numbers, and credit card numbers before forwarding the request.
Are my API keys stored by the proxy?
No, keys are never stored. They are used only to forward the request after PII scrubbing.
Where do audit logs live and what do they contain?
Every request is logged with a hash of the original content. The full content is not stored; only the hash is retained for audit purposes.
Which models does the proxy support?
It supports GPT-4o, Claude, Gemini, and Llama through a single endpoint. Model routing is handled automatically based on the `model` parameter.
How do I authenticate with the MCP server?
Include your API key as a Bearer token in the `Authorization` header when configuring the MCP server in your client.
Basic information
More AI & Agents MCP servers
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Comments