Skip to main content
Glama

MCP Filesystem Server

MIT License
5
  • Apple
  • Linux
FROM python:3.12-slim # Install Auxiliary Software RUN apt-get update && apt-get install -y \ make \ apt-utils \ apt-transport-https \ curl \ gcc \ gnupg \ gnupg-agent \ graphviz \ software-properties-common \ vim \ && rm -rf /var/lib/apt/lists/* WORKDIR /src COPY pyproject.toml . COPY README.md . COPY src/ ./src/ COPY tests/ ./tests/ RUN pip install -U pip uv \ && uv pip compile pyproject.toml -o requirements.txt \ && uv pip compile pyproject.toml --extra dev -o requirements-dev.txt \ && uv pip sync requirements.txt requirements-dev.txt CMD ["/bin/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/safurrier/mcp-filesystem'

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