Skip to main content
Glama

MCP Think Tool

by DannyMac180
setup.py842 B
from setuptools import setup, find_packages setup( name="mcp-think-tool", version="0.1.0", description="An MCP server implementing the think tool for Claude and other LLMs", author="Your Name", author_email="your.email@example.com", url="https://github.com/yourusername/mcp-think-tool", packages=find_packages(where="src"), package_dir={"": "src"}, install_requires=[ "mcp>=1.2.0", ], python_requires=">=3.10", entry_points={ "console_scripts": [ "mcp-think-tool=think_tool.server:main", ], }, classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", ], )

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

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