Skip to main content
Other Tools and IntegrationsPython

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

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/r-huijts/ethics-check-mcp

Claude 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.

Details

Category
Other Tools and Integrations
Language
Python
Author
r-huijts