Skip to main content
Glama

MCP Server

by jonnyhoff
compose.yml453 B
services: mcp-browser: build: context: . dockerfile: Dockerfile container_name: mcp-browser ports: - "8999:8000" # Assuming the MCP server uses port 8000 environment: - PYTHONUNBUFFERED=1 - OPENAI_API_KEY=${OPENAI_API_KEY} volumes: - ./:/app # Mount the current directory for development restart: unless-stopped # Add shared memory size to support browser automation shm_size: 2gb

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/jonnyhoff/mcp-browser-use'

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