Humane Proxy MCP Server

Lightweight, plug-and-play AI safety middleware that protects humans. HumaneProxy sits between your users and any LLM. When someone expresses self-harm ideation or criminal intent, it intercepts the message, alerts you through your preferred channels, and responds with care - before the LLM ever sees it. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-29 · ★ 29 · #61 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Humane Proxy

before you install - you'll need

Set LLM_API_KEY, LLM_API_URL before connecting.

Claude Code

claude mcp add vishisht16-humane-proxy -- uvx humane-proxy

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vishisht16-humane-proxy": {
      "command": "uvx",
      "args": [
        "humane-proxy"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package humane-proxy - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Vishisht16 is GitHub-verified and matches the repo owner

03 · What Humane Proxy can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.0 · 2026-07-06

This release is about doing the same work faster and scaling it across workers - three independent performance wins, each behind an opt-in extra with a clean fallback. · Added · ONNX Runtime Stage-2 backend…

v0.5.6 · 2026-07-06

This release rolls up the 0.5.x bug-fix series (0.5.1-0.5.6) - the result of a full audit of the codebase against its documentation. Every fix ships with regression tests: the suite grew from 298 to 353 tests, with…

04 · Who maintains Humane Proxy

humane-proxy is maintained by vishisht16. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
automation - ranked #61 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-06)
registry
io.github.Vishisht16/humane-proxy (active, first published 2026-03-31 · 8 versions)
packages
pypi:humane-proxy

06 · Humane Proxy FAQ

What is Humane Proxy?

Lightweight, plug-and-play AI safety middleware that protects humans. HumaneProxy sits between your users and any LLM. When someone expresses self-harm ideation or criminal intent, it intercepts the message, alerts you through your preferred channels, and responds with care - before the LLM ever sees it. It runs locally over stdio via the published package.

Is Humane Proxy still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-29 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Humane Proxy?

Run `uvx humane-proxy`. The README documents 2 environment variables (LLM_API_KEY, LLM_API_URL) to set first. Set LLM_API_KEY, LLM_API_URL before connecting. You can also paste the ready-made client config above.

Does Humane Proxy run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Humane Proxy

More automation MCP servers · Cookidoo MCP · Halo PSA · NoteStore Lab MCP · SourceHarbor MCP · Wiff

More Python MCP servers · Ru Marketplace MCP · LLM Sandbox · Yggdrasil · Midas · Outline MCP Server · see all