MCP-Think

MCP-Think

12

MCP-Think is a server for implementing a Think Tool that assists large language models in recording and revisiting their reasoning processes. Notable features include managing and analyzing thought records to enhance understanding of model reasoning.

Overview

MCP-Think is a Model Context Protocol server implementing a Think Tool for large language models (LLMs). It allows recording and retrieving of LLMs' thinking processes during reasoning.

Features

  • Record thoughts and reasoning steps
  • Retrieve all previously recorded thoughts
  • Clear all recorded thoughts
  • Get statistics about recorded thoughts

Installation

  • Install via Smithery, pre-built binaries, or Go (go install/go run).

Usage

  • Run as a standalone server.
  • Integrate with Cursor by setting up MCP configuration.