Skip to main content
Glama

Octagon VC Agents

Official
by OctagonAI
Dockerfile710 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-slim # set working directory WORKDIR /app # install build dependencies RUN apt-get update && apt-get install -y gcc && rm -rf /var/lib/apt/lists/* # copy project files COPY . /app # upgrade pip RUN pip install --no-cache-dir --upgrade pip # install project dependencies using hatchling build system RUN pip install --no-cache-dir -e . # expose port if using SSE transport (optional) EXPOSE 5173 # set environment variables (these should be overridden at runtime) ENV OPENAI_API_KEY="your-openai-api-key" ENV OCTAGON_API_KEY="your-octagon-api-key" # default command CMD ["octagon-vc-agents-mcp-server"]

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/OctagonAI/octagon-vc-agents'

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