Skip to main content
Glama
docker-compose.yml598 B
services: smartthings-mcp: build: . image: smartthings-mcp:py stdin_open: true # allow interactive/stdio if you exec into it tty: true environment: - SMARTTHINGS_PAT=${SMARTTHINGS_PAT} - SMARTTHINGS_LOCATION_ID=${SMARTTHINGS_LOCATION_ID} - SMARTTHINGS_BASE_URL=${SMARTTHINGS_BASE_URL:-https://api.smartthings.com/v1} - MCP_TRANSPORT=stdio # No ports by default; MCP is stdio-based. Use 'docker run' from your client or exec. # To keep the container running for debugging, uncomment below: # command: ["bash", "-lc", "tail -f /dev/null"]

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/bjornhovd/Samsung-SmartThings-MCP'

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