Claude Code MCP

think

A tool for thinking through complex problems

Input Schema

NameRequiredDescriptionDefault
thoughtYesYour thoughts

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "thought": { "description": "Your thoughts", "type": "string" } }, "required": [ "thought" ], "type": "object" }