Skip to main content
Glama

MCP Metaso

by HundunOnline
MIT License
9
  • Apple
Dockerfile571 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # syntax=docker/dockerfile:1.2 FROM python:3.10-alpine # set workdir WORKDIR /app # install dependencies COPY requirements.txt ./ RUN apk add --no-cache build-base libffi-dev openssl-dev musl-dev && \ pip install --no-cache-dir -r requirements.txt && \ apk del build-base musl-dev libffi-dev openssl-dev # copy source COPY . /app # inform python to use UTF-8 ENV PYTHONUNBUFFERED=1 # default env defaults ENV METASO_API_KEY="" # start server CMD ["python", "server.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/HundunOnline/mcp-metaso'

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