Skip to main content
Glama
darbotlabs

Darbot Deepmind MCP Server

by darbotlabs
docker-compose.yml788 B
version: '3.8' services: darbot-deepmind: build: context: . dockerfile: Dockerfile container_name: darbot-deepmind-mcp environment: - NODE_ENV=production - DISABLE_THOUGHT_LOGGING=false stdin_open: true tty: true restart: unless-stopped networks: - mcp-network # Development service with volume mounts darbot-deepmind-dev: build: context: . dockerfile: Dockerfile target: builder container_name: darbot-deepmind-mcp-dev environment: - NODE_ENV=development - DISABLE_THOUGHT_LOGGING=false volumes: - .:/app - /app/node_modules stdin_open: true tty: true command: npm run dev networks: - mcp-network networks: mcp-network: driver: bridge

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/darbotlabs/Darbot-Deepmind-MCP'

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