Skip to main content
Glama
web_development.yaml488 B
auto_create: true container_name: web_dev description: Web开发环境 environment: NODE_ENV: development PORT: '3000' image: node:16-alpine install_packages: - yarn - git - curl network_mode: bridge ports: - 3000:3000 - 8080:8080 - 9000:9000 privileged: false restart_policy: unless-stopped setup_commands: - npm install -g yarn @vue/cli create-react-app - echo 'Web development environment ready!' template_type: web volumes: - /workspace:/app - /home:/home working_directory: /app

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/maricoxu/remote-terminal-mcp'

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