Skip to main content
Glama

Claude Code MCP

by auchenberg

think

Analyze and process complex problems by inputting structured thoughts. Designed for use with Claude Code MCP server to enhance decision-making and software engineering tasks.

Instructions

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" }
Install Server

Other Tools from Claude Code MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/auchenberg/claude-code-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server