Skip to main content
Glama

MCP Server

by tcpipuk
docker-compose.yml769 B
services: mcp-server: build: context: ./server dockerfile: Dockerfile environment: - SSE_HOST=0.0.0.0 - SSE_PORT=8080 - SANDBOX_SOCKET=/run/sandbox/shell.sock - USER_AGENT=CustomAgent/1.0 volumes: - sandbox_sockets:/run/sandbox image: ghcr.io/tcpipuk/mcp-server:latest networks: - mcp_net restart: unless-stopped stop_grace_period: 1s sandbox: build: context: ./sandbox dockerfile: Dockerfile environment: - SANDBOX_SOCKET=/run/sandbox/shell.sock image: ghcr.io/tcpipuk/mcp-sandbox:latest volumes: - sandbox_home:/home/sandbox - sandbox_sockets:/run/sandbox networks: - mcp_net restart: unless-stopped volumes: sandbox_home:

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

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