Skip to main content
Glama

DuckDuckGo MCP Server

Containerfile295 B
FROM python:3.12-slim WORKDIR /app # Install dependencies RUN pip install --no-cache-dir \ mcp \ httpx \ beautifulsoup4 # Copy the MCP server script COPY ddg_mcp_server.py /app/ # Expose the MCP server port EXPOSE 9870 # Run the MCP server CMD ["python", "ddg_mcp_server.py"]

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/trustgraph-ai/duckduckgo-mcp-server'

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