Skip to main content
Glama

THSRC MCP Server

by physictim
setup.py355 B
from setuptools import setup, find_packages setup( name="mcp-server-thsrc", version="0.1.0", py_modules=["thsrc"], install_requires=[ "asyncio", "httpx", "fastmcp>=2.11.0", "python-dotenv" ], entry_points={ "console_scripts": [ "mcp-server-thsrc=thsrc: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/physictim/thsrc_mcp'

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