Skip to main content
Glama

Enterprise MCP Server

by maybeswapnil
Dockerfile411 B
FROM python:3.11-slim # Set working directory WORKDIR /workspace # Install system dependencies RUN apt-get update && apt-get install -y \ git \ make \ curl \ && rm -rf /var/lib/apt/lists/* # Install uv RUN pip install uv # Copy project files COPY . . # Install Python dependencies RUN uv sync # Expose port EXPOSE 3001 # Command to run the application CMD ["uv", "run", "enterprise-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/maybeswapnil/enterprise-mcp'

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