Skip to main content
Glama
MIT License
27,120
19,746
  • Linux
  • Apple
compose.yml•767 B
# Run website in development mode # $ docker compose -f website/compose.yml up --build services: client: build: context: ./client dockerfile: Dockerfile ports: - "5173:5173" volumes: - ./client:/app environment: - NODE_ENV=development # override default command command: sh -c "npm i && npm run docs:dev -- --port 5173 --host" server: build: context: ./server dockerfile: Dockerfile ports: - "8080:8080" volumes: - ./server:/app environment: - NODE_ENV=development - PORT=8080 # override default command command: sh -c "npm i && npm run dev" develop: watch: - action: sync+restart path: ./server target: /app

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/yamadashy/repomix'

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