Skip to main content
Glama

DuckDuckGo MCP Server

docker-compose.yml881 B
version: '3.8' services: duckduckgo-mcp: build: context: . dockerfile: Dockerfile image: duckduckgo-mcp-server:latest container_name: duckduckgo-mcp-server restart: unless-stopped environment: - PYTHONUNBUFFERED=1 stdin_open: true tty: true # MCP uses stdio for communication, so we keep stdin open # The container can be used as a drop-in replacement for the local MCP server # Optional: Add a health check service for monitoring duckduckgo-mcp-health: build: context: . dockerfile: Dockerfile image: duckduckgo-mcp-server:latest container_name: duckduckgo-mcp-health environment: - PYTHONUNBUFFERED=1 command: python -c "import sys; print('DuckDuckGo MCP Server is ready')" profiles: - health # Use this profile for health checks: docker-compose --profile health up

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/988664li-star/duckduckgo-mcp-server'

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