Skip to main content
Glama
docker-compose-prod.yml516 B
version: '3.8' services: mcp_mindmup: image: mcp_mindmup:latest build: context: .. dockerfile: deployment/Dockerfile container_name: mcp_mindmup_container environment: - MCP_TRANSPORT=${MCP_TRANSPORT:-sse} ports: - '9802:9802' volumes: - ..:/app command: ['python3','run.py'] # Note: Google Drive credential is now provided per-request via X-Google-Credential header. # Each user sets their base64 encoded service account JSON in mcp.json headers.

Latest Blog Posts

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/shyinlim/Mindmup2GoogleDriveMCP'

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