Skip to main content
Glama

Think MCP Tool

by Rai220
pyproject.toml840 B
[project] name = "think_mcp" version = "0.1.16" description = "MCP server providing a 'think' tool for structured reasoning, inspired by Anthropic's Claude 'think' tool. Enables agentic LLMs to pause, log thoughts, and improve multi-step tool use." readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.6.0", "python-dotenv>=1.1.0", "tavily-python>=0.5.4", ] authors = [ { name = "Konstantin Krestnikov", email = "k.krestnikov@gmail.com" } ] license = { text = "MIT" } keywords = [ "mcp", "think", "agentic", "llm", "structured reasoning", "anthropic", "claude", ] [project.urls] Homepage = "https://github.com/Rai220/think-mcp" [tool.setuptools.packages.find] where = ["."] [project.scripts] think_mcp = "think_mcp.__main__:main" think-mcp = "think_mcp.__main__:main"

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/Rai220/think-mcp'

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