We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/muness/xero-expenses-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•401 B
# Xero API Configuration
# Create a "Mobile or desktop app" at https://developer.xero.com/app/manage
# Required: Your Xero app's client ID
XERO_CLIENT_ID=your_client_id_here
# Optional: Only needed for Web apps (not PKCE/Desktop apps)
# XERO_CLIENT_SECRET=your_client_secret_here
# Optional: Callback URL (default: http://localhost:3000/callback)
# XERO_REDIRECT_URI=http://localhost:3000/callback