Skip to main content
Glama

Model Control Plane (MCP) Server

FROM alpine:latest # Install stress-ng for memory testing RUN apk add --no-cache stress-ng # Copy the stress script COPY scripts/memory-stress.sh /memory-stress.sh # Make the script executable RUN chmod +x /memory-stress.sh # Run with a small amount of memory usage by default CMD ["/memory-stress.sh"]

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/dvladimirov/MCP'

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