Skip to main content
Glama

Cognitive Bias Labs - MCP Server

Official Model Context Protocol (MCP) Server for Cognitive Bias Labs.

This server acts as an AI-powered diagnostic engine, empowering Claude, Cursor, and other LLMs to detect cognitive biases in text and decision-making processes.

Features

  • Analyze Text for Bias: A diagnostic engine tool that analyzes arguments or decisions for logical fallacies and cognitive biases.

  • Get Supported Biases: Lists all cognitive biases currently understood by the diagnostic engine (e.g., Dunning-Kruger Effect, Confirmation Bias).

  • Test Recommendations: Provides direct links to interactive psychology tests on Cognitive Bias Labs based on the diagnosed bias.

Related MCP server: DeepLucid3D UCPF Server

Installation

For Claude Desktop

Add the following to your claude_desktop_config.json:

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

For Cursor

  1. Go to Cursor Settings > Features > MCP Servers

  2. Add a new server

  3. Name: CognitiveBiasLabs

  4. Type: command

  5. Command: npx -y cognitivebiaslabs-mcp

License

MIT License

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server for generating rough-draft project plans from natural-language prompts.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/double2dev/CognitiveBiasLabs-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server