We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jacobolevy/smartling-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•331 B
# Smartling API Credentials
# Get these from your Smartling account settings
SMARTLING_USER_IDENTIFIER=your_user_identifier_here
SMARTLING_USER_SECRET=your_user_secret_here
SMARTLING_BASE_URL=https://api.smartling.com
# Debug mode (optional)
DEBUG=false
# MCP Server Configuration (optional)
# MCP_PORT=3000
# MCP_HOST=localhost