Back to MCP Servers

Ethics Check

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-integrationsai

Installation

npx -y ethics-check-mcp

Configuration

{
  "mcpServers": {
    "ethics-check-mcp": {
      "command": "npx",
      "args": ["-y", "ethics-check-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub