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
.env.example•233 B
# Things MCP Server Configuration
# Transport type: "stdio" (default) or "http"
# THINGS_MCP_TRANSPORT=stdio
# HTTP server configuration (only used when THINGS_MCP_TRANSPORT=http)
# THINGS_MCP_HOST=127.0.0.1
# THINGS_MCP_PORT=8000