Skip to content
Cursor

bias detection mcp for Cursor

io.github.csoai-org/bias-detection-mcp

AI bias detection and fairness assessment for AI agents. Instant bias risk scan, demographic ana...

client:Cursor transport:stdio runtime:pypi

Install bias detection mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bias-detection-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bias-detection-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bias detection mcp in other clients