Skip to main content
Glama

Mesh Design System MCP Server

by lukeylias
docker-compose.yml433 B
version: '3.8' services: mesh-mcp-server: build: . ports: - "8000:8000" environment: - PYTHONPATH=/app - LOG_LEVEL=INFO volumes: - ./cache_data:/app/cache_data restart: unless-stopped healthcheck: test: ["CMD", "python", "-c", "import requests; requests.get('http://localhost:8000/', timeout=5)"] 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/lukeylias/MeshMCP'

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