MCP Server
MCP
io.github.Vishisht16/humane-proxy
AI safety middleware — detects self-harm and criminal intent in LLM prompts.
Install
uvx humane-proxy
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "humane-proxy",
"version": "0.6.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp-serve",
"type": "positional",
"valueHint": "command"
}
],
"environmentVariables": [
{
"description": "OpenAI API key for Stage 3 reasoning (optional)",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Groq API key for LlamaGuard Stage 3 (optional)",
"isSecret": true,
"name": "GROQ_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment