Skip to main content
Glama

Frontapp MCP Server

by zqushair
frontapp_compose.txt607 B
version: '3.8' services: frontapp-mcp: build: context: . dockerfile: Dockerfile container_name: frontapp-mcp-server environment: - FRONTAPP_API_TOKEN=${FRONTAPP_API_TOKEN} - NODE_ENV=production restart: unless-stopped stdin_open: true tty: true # Use stdio for MCP communication command: node dist/index.js networks: - mcp-network labels: - "com.docker.compose.project=frontapp-mcp" logging: driver: "json-file" options: max-size: "10m" max-file: "3" networks: mcp-network: driver: bridge

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/zqushair/Frontapp-MCP'

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