Skip to main content
Glama

MCP-Ambari-API

Dockerfile.MCP-Server590 B
FROM rockylinux:9.3 ARG PYTHON_VERSION=3.12 WORKDIR /app RUN dnf install -y epel-release \ && dnf install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-pip git procps-ng lsof telnet screen iputils nmap-ncat \ && dnf clean all \ && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1000 --slave /usr/bin/pip pip /usr/bin/pip${PYTHON_VERSION} RUN pip install \ 'uv>=0.8.5' \ 'mcpo>=0.0.17' \ 'fastmcp>=2.12.3' \ 'aiohttp>=3.12.15' CMD ["/bin/bash", "/app/scripts/mcp-server-docker-cmd.sh"]

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/call518/MCP-Ambari-API'

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