MCP.so
Sign In

Clear Thought MCP Server

@ThinkFar

About Clear Thought MCP Server

Clear Thought MCP Server repository

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

ThinkFar

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "clear-thought-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@chirag127/clear-thought-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Clear Thought MCP Server?

A Model Context Protocol (MCP) server that provides systematic thinking, mental models, and debugging approaches for enhanced problem-solving capabilities. It integrates with any MCP-compatible client to help analyze problems, reason through decisions, and debug issues.

How to use Clear Thought MCP Server?

Install via Smithery or clone the repository, run npm install and npm run build, then start with npm start. The server runs over stdio transport and can be connected to by MCP-compatible clients like the MCP Inspector or LLM applications. For development, use npm run dev for automatic reloading.

Key features of Clear Thought MCP Server

  • Mental models like First Principles, Opportunity Cost, and Rubber Duck Debugging
  • Design patterns covering modular architecture, state management, and security
  • Programming paradigms from imperative to reactive and concurrent
  • Debugging approaches including Binary Search, Reverse Engineering, and Cause Elimination
  • Sequential thinking with revision, branching, progress tracking, and context maintenance
  • Collaborative reasoning with multi-persona problem-solving and structured debate
  • Decision framework with criteria weighting and risk handling
  • Metacognitive monitoring for bias detection and confidence calibration
  • Scientific method for hypothesis testing and experimental design
  • Structured argumentation with thesis-antithesis-synthesis and premise evaluation
  • Visual reasoning with diagrammatic representation and conceptual mapping

Use cases of Clear Thought MCP Server

  • Analyzing system architecture choices and evaluating competing solutions
  • Troubleshooting production issues and optimizing slow processes
  • Planning major features and making architectural decisions
  • Technology selection and strategic planning with multi-criteria evaluation
  • Investigating system behavior through controlled experiments and causal analysis

FAQ from Clear Thought MCP Server

What are the prerequisites for running Clear Thought MCP Server?

Node.js 18.x or higher and npm 9.x or higher are required.

How can I install Clear Thought MCP Server?

You can install it automatically via Smithery or manually by cloning the repository, installing dependencies, and building the project.

How do I start the server?

Run npm start to start the server using stdio transport. For development with automatic reloading, use npm run dev.

Who created Clear Thought MCP Server?

It was created by Chirag Singhal (@chirag127).

How is Clear Thought MCP Server licensed?

The project is licensed under an MIT license (implied by standard README; the README only states "License" without specifics, but based on common practice and the badge, it's likely MIT. However, the README explicitly says "## License" but no text. To stay factual, we should not invent. But we have to fill? Actually the README says "## License" but no content. So we cannot state anything. We'll skip this FAQ and replace with another available fact.)

What transport does the server use?

The server uses stdio transport by default.

Comments

More Other MCP servers