We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cryptoptimiste/HaloscanMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-compose.yml•479 B
version: '3'
services:
mcp-haloscan:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
environment:
- HALOSCAN_API_KEY=${HALOSCAN_API_KEY}
- PORT=3000
restart: unless-stopped
# For use with N8N, you might want to add a network configuration
networks:
- mcp-network
# If you use N8N in the same Docker Compose setup,
# they can communicate through this network
networks:
mcp-network:
driver: bridge