Skip to main content
Glama

DeepView MCP

Dockerfile704 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.13-slim WORKDIR /app # Copy necessary files COPY pyproject.toml poetry.lock* /app/ COPY deepview_mcp /app/deepview_mcp COPY LICENSE README.md compress.py requirements.txt setup.py /app/ # Install Poetry and project dependencies RUN pip install poetry \ && poetry config virtualenvs.create false \ && poetry install --no-interaction --no-ansi # Create a dummy codebase file so that if a non-empty codebaseFile is provided but still not mounted, server doesn't fail immediately. RUN mkdir -p /data && touch /data/dummy-codebase.txt # Expose any port if needed (optional) CMD [ "deepview-mcp" ]

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/ai-1st/deepview-mcp'

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