Skip to main content
Glama

MCP Unified Server

by getfounded
docker-compose.yml1.13 kB
services: mcp-server: build: . container_name: mcp-server ports: - "8080:8080" # SSE server port volumes: - ./.env:/app/.env # Mount .env file for environment variables - ./config.yaml:/app/config.yaml # Mount config file - ~/mcp-tool-kit-storage:/app/storage # Mount dedicated storage directory environment: # API Keys from .env file - BRAVE_API_KEY=${BRAVE_API_KEY} - BROWSERBASE_API_KEY=${BROWSERBASE_API_KEY} - BROWSERBASE_PROJECT_ID=${BROWSERBASE_PROJECT_ID} - NEWS_API_KEY=${NEWS_API_KEY} - FRED_API_KEY=${FRED_API_KEY} - OPENWEATHER_API_KEY=${OPENWEATHER_API_KEY} # MCP Configuration - PYTHONUNBUFFERED=1 # Ensures python output isn't buffered - MCP_LOG_LEVEL=${MCP_LOG_LEVEL:-INFO} - MCP_FILESYSTEM_DIRS=${MCP_FILESYSTEM_DIRS:-/app/storage} restart: unless-stopped tty: true stdin_open: true # Keep stdin open for stdio mode healthcheck: test: ["CMD", "./healthcheck.sh"] interval: 30s timeout: 10s retries: 3 start_period: 10s

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/getfounded/mcp-tool-kit'

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