Skip to main content
Glama

MCP Brain Service

by jomapps
docker-compose.yml544 B
version: "3.8" services: app: build: context: . dockerfile: Dockerfile container_name: mcp-brain-service ports: - "8002:8002" env_file: - .env.local environment: - PORT=${PORT:-8002} volumes: - ./:/app command: >- sh -c "uvicorn src.main:app --host 0.0.0.0 --port ${PORT:-8002} --reload" healthcheck: test: ["CMD-SHELL", "curl -fsS http://localhost:${PORT:-8002}/health || exit 1"] interval: 10s timeout: 5s retries: 5 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/jomapps/mcp-brain-service'

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