Skip to main content
Glama

GeoIP MCP Server

by mamorett
docker-compose.yaml428 B
version: '3.8' services: geoip-mcp-server: build: . container_name: geoip-mcp-server volumes: - ./data:/app/data:ro - ./logs:/app/logs environment: - GEOIP_CITY_DB=/app/data/GeoLite2-City.mmdb - GEOIP_ASN_DB=/app/data/GeoLite2-ASN.mmdb - GEOIP_COUNTRY_DB=/app/data/GeoLite2-Country.mmdb - GEOIP_CACHE_TTL=3600 restart: unless-stopped stdin_open: true tty: true

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/mamorett/mcp_geoip2'

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