Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,018
  • Apple
  • Linux
compose.dev.yaml2 kB
services: dashboard: build: context: mods/dashboard dockerfile: ./Dockerfile args: - DASHBOARD_EDITION - DASHBOARD_API_URL - DASHBOARD_ALLOW_INSECURE - DASHBOARD_AUTH_GITHUB_ENABLED - DASHBOARD_AUTH_GITHUB_CLIENT_ID - DASHBOARD_AUTH_GITHUB_URL - DASHBOARD_AUTH_GITHUB_CALLBACK_URL ports: - 3030:3030 environment: - NODE_ENV - SERVER_DASHBOARD_SESSION_SECRET apiserver: build: context: . dockerfile: ./mods/apiserver/Dockerfile volumes: - ./.keys:/opt/fonoster/keys ports: - 50051:50051 environment: - APISERVER_ROUTR_API_ENDPOINT - APISERVER_SMTP_PORT - APISERVER_SMTP_SECURE autopilot: build: context: . dockerfile: ./mods/autopilot/Dockerfile routr: ports: - 51907:51907 - 51908:51908 - 5060:5060/udp - 5060-5063:5060-5063 environment: # In development this environment variable points to an # address not accessible from the container. Therefore, we # need to manually point to the NAT's container address here. NATS_PUBLISHER_URL: nats://nats:4222 CONSOLE_PUBLISHER_ENABLED: "true" volumes: - ./etc/log4j2.yaml:/etc/routr/log4j2.yaml - ./.keys/public.pem:/etc/routr/keys/public.pem asterisk: build: context: asterisk dockerfile: ./Dockerfile ports: - 6060:6060 - 8088:8088 extra_hosts: apiserver: ${DOCKER_HOST_ADDRESS} postgres: ports: - 5432:5432 influxdb: ports: - 8086:8086 envoy: extra_hosts: apiserver: ${DOCKER_HOST_ADDRESS} environment: - loglevel=debug nats: ports: - 4222:4222 adminer: image: adminer:standalone restart: always environment: ADMINER_DEFAULT_SERVER: postgres ports: - 8282:8080 mailhog: image: mailhog/mailhog:v1.0.1 ports: - 8025:8025 - 1025:1025

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/fonoster/fonoster'

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