Skip to main content
Glama

mcp-shell-server

by tumf
Dockerfile537 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use a Python image with uv pre-installed FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim AS uv # Set the working directory WORKDIR /app # Copy the project files COPY . . # Install the project's dependencies RUN --mount=type=cache,target=/root/.cache/uv pip install . # Set environment variables ENV ALLOW_COMMANDS="ls,cat,pwd,grep,wc,touch,find" # Start the server using the local script ENTRYPOINT ["python", "-m", "mcp_shell_server.server"]

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/tumf/mcp-shell-server'

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