Skip to main content
Glama

Terminal Controller for MCP

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-alpine # Install build dependencies RUN apk add --no-cache gcc musl-dev libffi-dev # Set work directory WORKDIR /app # Copy project files COPY . /app # Install pip dependencies, ignoring scripts RUN pip install --upgrade pip \ && pip install --ignore-installed --no-cache-dir . # Expose MCP server port if needed (typically MCP uses stdio, not network) # Command to run the MCP server CMD ["python", "-m", "terminal_controller"]

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/GongRzhe/terminal-controller-mcp'

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