Skip to main content
Glama

ISE MCP Server

Apache 2.0
7
  • Apple
  • Linux
Dockerfile750 B
FROM python:3.11-slim # Install system dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ && rm -rf /var/lib/apt/lists/* # Set working directory WORKDIR /app # Copy requirements file COPY requirements.txt . # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Create src directory structure RUN mkdir -p /app/src # Copy the entire package COPY src/ise_mcp_server /app/src/ise_mcp_server # Make the package installable COPY setup.py . # Install the package RUN pip install -e . # Ensure logs appear in real time ENV PYTHONUNBUFFERED=1 # Run the server in stdio mode for Docker Desktop AI Tools ENTRYPOINT ["python", "-m", "src.ise_mcp_server", "--transport", "stdio"]

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/automateyournetwork/ISE_MCP'

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