Skip to main content
Glama
docker-compose.yml496 B
services: loom-agent: build: . container_name: loom-agent restart: unless-stopped volumes: # Inbox for local video files (read-only) - ~/loom-videos:/videos:ro # Output directory for extracted frames (read-write) - ~/loom-frames:/tmp/loom-frames environment: - LOOM_VIDEOS_DIR=/videos - LOOM_FRAMES_DIR=/tmp/loom-frames # Host path for responses - so Claude Code can read the frames - LOOM_FRAMES_HOST_DIR=${HOME}/loom-frames

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/Slaycaster/loom-local-mcp-server'

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