Skip to main content
Glama

GitHub Remote MCP Server

by brentlaster
Dockerfile329 B
FROM ubuntu:22.04 RUN apt-get update && apt-get install -y \ curl git python3 python3-pip build-essential RUN curl -fsSL https://ollama.com/install.sh | sh ENV PATH="/root/.ollama/bin:${PATH}" WORKDIR /app COPY requirements.txt . RUN pip install --upgrade pip && pip install -r requirements.txt COPY . /app CMD ["bash"]

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/brentlaster/agent-mcp-ollama'

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