r-huijts/ethics-check-mcp
MCP server for comprehensive ethical analysis of AI conversations, detecting bias, harmful content, and providing critical thinking assessments with automated pattern learning
Quick Start
Clone the repository:
git clone https://github.com/r-huijts/ethics-check-mcpClaude Desktop configuration example:
{
"mcpServers": {
"ethics-check-mcp": {
"command": "npx",
"args": [
"-y",
"r-huijts/ethics-check-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.