Skip to main content
Glama

Terminal MCP Server

by YongpengFu
docker-compose.yml302 B
version: '3.8' services: mcp-server: build: . ports: - "8000:8000" volumes: # Mount the resource directory for file access - ./resource:/app/resource:ro environment: # Set environment variables if needed - PYTHONUNBUFFERED=1 restart: unless-stopped

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

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