Skip to main content
Glama
docker-compose.yml703 B
services: touchdesigner-mcp-server: build: context: . dockerfile: Dockerfile image: touchdesigner-mcp-server extra_hosts: - "host.docker.internal:host-gateway" ports: - "6274:6274" # MCP inspector - "6277:6277" # MCP inspector proxy - "127.0.0.1:${MCP_HTTP_PORT:-6280}:${MCP_HTTP_PORT:-6280}" # Streamable HTTP (optional, loopback-only by default) stdin_open: true tty: true restart: unless-stopped environment: - TRANSPORT=${TRANSPORT:-manual} - MCP_HTTP_PORT=${MCP_HTTP_PORT:-6280} - MCP_HTTP_HOST=${MCP_HTTP_HOST:-0.0.0.0} - TD_HOST=${TD_HOST:-http://host.docker.internal} - TD_PORT=${TD_PORT:-9981}

Latest Blog Posts

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/8beeeaaat/touchdesigner-mcp'

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