Skip to main content

An MCP server implementing the think tool for Claude and other LLMs

Project description

MCP Think

A Model Context Protocol (MCP) server implementing the "think" tool for improving Claude's and other LLMs' complex reasoning capabilities.

Overview

This MCP server implements the "think" tool as described in Anthropic's blog post, which provides Claude with a dedicated space for structured thinking during complex problem-solving tasks. The think tool has been shown to significantly improve performance in complex tasks requiring policy adherence and reasoning in long chains of tool calls.

Features

  • Structured Thinking Space: Provides LLMs with a dedicated place to break down complex problems
  • Thought History: Maintains a log of all thoughts with timestamps for reference
  • Multiple Transport Support: Works with both stdio and SSE transports

Installation

Install from PyPI:

pip install mcp-think

Or install from source:

git clone https://github.com/ddkang1/mcp-think.git
cd mcp-think
pip install -e .

Usage

You can run the MCP server directly:

mcp-think

By default, it uses SSE transport. To use stdio transport:

mcp-think --transport stdio

You can also specify host and port for SSE transport:

mcp-think --host 0.0.0.0 --port 3001

Configuration

To use this tool with Claude in Windsurf, add the following configuration to your MCP config file:

"think": {
    "command": "/home/xxx/.local/bin/mcp-think",
    "args": ["--transport", "stdio"],
    "type": "stdio",
    "pollingInterval": 30000,
    "startupTimeout": 30000,
    "restartOnFailure": true
}

For SSE transport (default):

"think": {
    "command": "/home/xxx/.local/bin/mcp-think",
    "args": [],
    "type": "sse",
    "pollingInterval": 30000,
    "startupTimeout": 30000,
    "restartOnFailure": true
}

The command field should point to the directory where you installed the python package using pip.

Available Tools

The MCP server provides the following tool:

  • think: Record a thought with a timestamp

Development

Installation for Development

git clone https://github.com/ddkang1/mcp-think.git
cd mcp-think
pip install -e ".[dev]"

Running Tests

pytest

Code Style

This project uses Black for formatting, isort for import sorting, and flake8 for linting:

black src tests
isort src tests
flake8 src tests

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

Changelog

See CHANGELOG.md for a history of changes to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_think-0.2.2.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_think-0.2.2-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file mcp_think-0.2.2.tar.gz.

File metadata

  • Download URL: mcp_think-0.2.2.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for mcp_think-0.2.2.tar.gz
Algorithm Hash digest
SHA256 c405192287e0371f96f970c069659e5723cf8546fa1a4b41be41b44ee408f434
MD5 bbd32cba1328e34bb9293f545e40c914
BLAKE2b-256 3fa5f9170a75205faa040a07e78f8a9819f7228c8bb65a1de473a3ec6bb72bc3

See more details on using hashes here.

File details

Details for the file mcp_think-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: mcp_think-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for mcp_think-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0f82dee0df6483165d0951782b1a0e2be3738e4ea50f135ff8b5f387a25e534a
MD5 7f31b7b9baccfca9f4623de0cc46eece
BLAKE2b-256 6cb51182f50b053622018b99e32125fc530329ac3e7b10bf83e80d074014e8e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page