Home › Other › Humane-Proxy

Humane-Proxy

AI safety middleware — detects self-harm and criminal intent in LLM prompts.

Python
★ 29 stars Last pushed 2026-07-29 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.6.0)

uvx humane-proxy

Or add to your MCP client config:

{
  "mcpServers": {
    "humane-proxy": {
      "command": "uvx",
      "args": [
        "humane-proxy"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "GROQ_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — OpenAI API key for Stage 3 reasoning (optional)
  • GROQ_API_KEY secret — Groq API key for LlamaGuard Stage 3 (optional)

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry