Skip to main content
Glama
docker-compose.test.yml448 B
services: test-ubuntu: build: context: ./docker/test-ubuntu dockerfile: Dockerfile container_name: mcp-test-ubuntu hostname: test-ubuntu ports: - "2222:22" # SSH port mapping networks: - mcp-test-network healthcheck: test: ["CMD", "nc", "-z", "localhost", "22"] interval: 10s timeout: 5s retries: 5 start_period: 30s networks: mcp-test-network: driver: bridge

Latest Blog Posts

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/washyu/mcp_python_server'

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