We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ta-toshio/filemaker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# FileMaker Server Configuration
# Required settings (HTTPS required)
FM_SERVER=https://your-filemaker-server.com
FM_DATABASE=your-database
FM_USERNAME=your-username
FM_PASSWORD=your-password
# Optional settings
FM_API_VERSION=vLatest
FM_SSL_VERIFY=true
FM_SESSION_TIMEOUT=840
# Logging
# TRACE, DEBUG, INFO, WARN, ERROR, NONE
LOG_LEVEL=WARN