CognitiveBiasLabs-MCP
अपने AI सहायक को संज्ञानात्मक अंध धब्बों की पहचान करने की क्षमता दें। cognitivebiaslabs.com के लिए आधिकारिक मॉडल कॉन्टेक्स्ट प्रोटोकॉल (MCP) सर्वर।
दस्तावेज़
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.
Installation
For Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cognitivebiaslabs": {
"command": "npx",
"args": ["-y", "cognitivebiaslabs-mcp"]
}
}
}
For Cursor
- Go to Cursor Settings > Features > MCP Servers
- Add a new server
- Name:
CognitiveBiasLabs - Type:
command - Command:
npx -y cognitivebiaslabs-mcp
Important Links
License
MIT License