Skip to main content
Glama

Foxxy Bridge

by billyjbryant
docker-compose.yml987 B
version: '3.8' services: mcp-foxxy-bridge: build: . ports: - "8080:8080" volumes: # Mount your bridge configuration - ./bridge_config_example.json:/app/config/bridge_config.json:ro # Optional: Mount additional directories for filesystem server - ./data:/app/data:ro environment: # Add environment variables for MCP servers - GITHUB_TOKEN=${GITHUB_TOKEN} - BRAVE_API_KEY=${BRAVE_API_KEY} command: ["--bridge-config", "/app/config/bridge_config.json", "--port", "8080", "--host", "0.0.0.0"] restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/status"] interval: 30s timeout: 10s retries: 3 start_period: 40s # Optional: Add a simple web UI or monitoring # watchtower: # image: containrrr/watchtower # volumes: # - /var/run/docker.sock:/var/run/docker.sock # command: --interval 30 --cleanup # restart: unless-stopped

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/billyjbryant/mcp-foxxy-bridge'

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