Skip to main content
Glama

Chronicle SecOps MCP Server

by emeryray2002
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-slim # Set work directory WORKDIR /app # Copy source code COPY . /app # Install pip dependencies RUN pip install --upgrade pip \ && pip install --no-cache-dir -e . # Expose port if needed, but MCP uses stdio transport # Set entrypoint to run the MCP server ENTRYPOINT ["python", "main.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/emeryray2002/mcp-secops-v3'

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