Skip to main content
Glama
compose.yaml885 B
version: '3.8' services: dev: build: context: . args: UBUNTU_VERSION: 22.04 APT_MIRROR: http://jp.archive.ubuntu.com/ubuntu/ USERNAME: vscode NODE_VERSION: 22.18.0 CRUSH_VERSION: 0.7.4 dockerfile: Dockerfile command: /bin/sh -c "while sleep 1000; do :; done" volumes: - type: bind source: .. target: /workspace consistency: cached - type: bind source: .extensions target: /home/vscode/.vscode-server/extensions consistency: delegated - type: bind source: .bash target: /home/vscode/.cache/bash consistency: delegated extra_hosts: - host.docker.internal:host-gateway sysctls: - net.ipv6.conf.all.disable_ipv6=0 init: true cap_add: - SYS_PTRACE security_opt: - seccomp:unconfined

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/thamaji/yak-mcp'

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