Skip to main content
Glama

Things MCP Server

by hald
pyproject.toml525 B
[project] name = "things-mcp" version = "0.4.0" description = "Things app Model Context Protocol (MCP) server" readme = "README.md" requires-python = ">=3.12" dependencies = [ "httpx>=0.28.1", "fastmcp>=2.0.0", "things-py>=0.0.15", ] [project.optional-dependencies] test = [ "pytest>=8.0.0", "pytest-asyncio>=0.24.0", "pytest-mock>=3.14.0", ] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] asyncio_mode = "auto"

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/hald/things-mcp'

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