Skip to main content
Glama

CoRT MCP Server

pyproject.toml834 B
[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "cort-mcp" version = "0.2.3" description = "Chain-of-Recursive-Thoughts MCP Server" readme = "README.md" requires-python = ">=3.9" authors = [ { name = "KunihiroS", email = "kunihiros@gmail.com" } ] license = { file = "LICENSE" } classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" ] dependencies = [ "requests", "pyyaml", "openai", "fastmcp>=2.0.0" ] [project.scripts] cort-mcp = "cort_mcp.server:main" [tool.setuptools] package-dir = {"" = "src"} packages = ["cort_mcp"]

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/KunihiroS/cort-mcp'

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