Secure Llm Proxy
FreeNot checkedOpenAI-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
About
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.
Installing Secure Llm Proxy
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/wootock/secure-llm-proxyFAQ
Is Secure Llm Proxy MCP free?
Yes, Secure Llm Proxy MCP is free — one-click install via Unyly at no cost.
Does Secure Llm Proxy need an API key?
No, Secure Llm Proxy runs without API keys or environment variables.
Is Secure Llm Proxy hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Secure Llm Proxy in Claude Desktop, Claude Code or Cursor?
Open Secure Llm Proxy on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Secure Llm Proxy with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
