Skip to main content
Glama

Jenius MCP Smart Device

Official
by jenius-group
Dockerfile357 B
# Python base image FROM python:3.12.3 # info LABEL version='0.01' LABEL mantainer='jenius-group' # working directory WORKDIR /app COPY . /app # dependencies RUN pip install --no-cache-dir -r requirements.txt # expose ports EXPOSE 8981 # entry point ENTRYPOINT ["python", "main.py"] CMD ["--host", "0.0.0.0", "--port", "8981", "--transport", "stdio"]

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/jenius-group/jenius-mcp-smart-device'

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