Skip to main content
Glama
docker-compose.yml991 B
# Docker Compose for base-mcp MCP Server # Generated automatically from MCP configuration version: '3.8' services: base-mcp: build: context: . dockerfile: Dockerfile container_name: base-mcp-mcp-server restart: unless-stopped ports: - "3000:3000" environment: - CHAIN_ID=${CHAIN_ID} - PINATA_JWT=${PINATA_JWT} - SEED_PHRASE=${SEED_PHRASE} - ALCHEMY_API_KEY=${ALCHEMY_API_KEY} - OPENROUTER_API_KEY=${OPENROUTER_API_KEY} - COINBASE_PROJECT_ID=${COINBASE_PROJECT_ID} - COINBASE_API_KEY_NAME=${COINBASE_API_KEY_NAME} - COINBASE_API_PRIVATE_KEY=${COINBASE_API_PRIVATE_KEY} volumes: - ./data:/app/data networks: - mcp-network healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: mcp-network: driver: bridge volumes: data:

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/bioanywhere/mcp-base-mcp2'

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