Humane Proxy
Rank #3,487io.github.Vishisht16/humane-proxy
AI safety middleware — detects self-harm and criminal intent in LLM prompts.
Humane Proxy is a Model Context Protocol (MCP) server published by vishisht16. It ranks #3,487 of 132,046 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. Humane Proxy is listed across 3 registries — Official MCP, Glama and PulseMCP, with 9 tracked versions. It was first listed on Mar 17, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 128,559 of 132,046 servers on MCP Toplist.
Use Humane Proxy
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add humane-proxy -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "GROQ_API_KEY=<your GROQ_API_KEY>" -- uvx humane-proxy mcp-serveReplace each placeholder with your own value before saving.
[mcp_servers.humane-proxy]
command = "uvx"
args = ["humane-proxy", "mcp-serve"]
[mcp_servers.humane-proxy.env]
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
GROQ_API_KEY = "<your GROQ_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humane-proxy": {
"command": "uvx",
"args": [
"humane-proxy",
"mcp-serve"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humane-proxy": {
"command": "uvx",
"args": [
"humane-proxy",
"mcp-serve"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"humane-proxy": {
"type": "stdio",
"command": "uvx",
"args": [
"humane-proxy",
"mcp-serve"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humane-proxy": {
"command": "uvx",
"args": [
"humane-proxy",
"mcp-serve"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humane-proxy": {
"command": "uvx",
"args": [
"humane-proxy",
"mcp-serve"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"GROQ_API_KEY": "<your GROQ_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Vishisht16%2Fhumane-proxy)<a href="https://mcptoplist.com/server/io.github.Vishisht16%2Fhumane-proxy"><img src="https://mcptoplist.com/badge/io.github.Vishisht16%2Fhumane-proxy.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vishisht16
Available versions (9)
| Version | Published |
|---|---|
| 0.6.0 | Jul 6, 2026 |
| 0.5.6 | Jul 6, 2026 |
| 0.5.0 | Jul 5, 2026 |
| 0.4.0 | Apr 18, 2026 |
| 0.3.1 | Apr 3, 2026 |
| 0.3.0 | Apr 3, 2026 |
| 0.2.3 | Apr 1, 2026 |
| 0.2.2 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Humane Proxy?
- Humane Proxy is maintained by vishisht16, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Humane Proxy listed on the Official MCP Registry?
- Yes — Humane Proxy is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Humane Proxy have?
- MCP Toplist tracks 9 versions of Humane Proxy, most recently published on Jul 6, 2026.
- Where can I find the source code for Humane Proxy?
- The source code for Humane Proxy is hosted at github.com/vishisht16/humane-proxy.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.