Skip to main content
Glama
Dockerfile594 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim # Install OSINT tools dependencies RUN apt-get update && \ apt-get install -y whois nmap dnsrecon dnstwist dnsutils host && \ rm -rf /var/lib/apt/lists/* WORKDIR /app # Copy necessary files from the current directory COPY setup.py ./ COPY requirements.txt ./ COPY mcp_osint_server/ ./mcp_osint_server/ # Install the MCP OSINT server package RUN pip install --no-cache-dir . # Set the entrypoint to the MCP server startup command provided by setup.py ENTRYPOINT ["mcp-osint"]

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/himanshusanecha/mcp-osint-server'

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