Skip to main content
Glama

NoLang MCP Server

by team-tissis
docker-compose.yml471 B
version: '3.8' services: nolang-mcp: build: . container_name: nolang-mcp restart: unless-stopped environment: - NOLANG_API_KEY=${NOLANG_API_KEY} - NOLANG_MCP_PORT=7310 ports: - "7310:7310" cloudflared: image: cloudflare/cloudflared:latest container_name: cloudflared-tunnel restart: unless-stopped depends_on: - nolang-mcp command: tunnel --url http://nolang-mcp:7310 volumes: - ./logs:/logs

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/team-tissis/nolang-mcp'

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