Skip to main content
Glama

Simple MCP Server

by ilil1
Dockerfile366 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim # Set working directory WORKDIR /app # Copy project files COPY pyproject.toml run_server.py uv.lock README.md ./ # Install dependencies RUN pip install --no-cache-dir . # Default command for stdio transport CMD ["python", "run_server.py", "--http-only"]

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/ilil1/simple-mcp-server'

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