Skip to main content
Glama

MCP Serve

docker-compose.yml358 B
version: '3' services: mcp: container_name: mcp build: . ports: - "8005:8005" environment: # - MCP_API_KEY=${MCP_API_KEY:-test1234} # Not ready yet, need updates to mcp library. Can be done artificially for now. - FASTMCP_DEBUG=true - FASTMCP_LOG_LEVEL=DEBUG volumes: - .:/app 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/mark-oori/mcpserve'

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