Skip to main content
Glama

WYGIWYH Expense Tracking MCP Server

by ReNewator
docker-compose.yml668 B
# Docker Compose configuration for WYGIWYH MCP Server # Copyright (c) 2025 ReNewator.com version: '3.8' services: mcp-server: build: . image: wygiwyh-mcp-server:latest container_name: wygiwyh-mcp-server ports: - "5000:5000" environment: - API_USERNAME=${API_USERNAME} - API_PASSWORD=${API_PASSWORD} - MCP_TOKEN=${MCP_TOKEN} env_file: - .env restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:5000/health"] interval: 30s timeout: 10s retries: 3 start_period: 5s networks: - mcp-network 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/ReNewator/MCP-WYGIWYH'

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