We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/the-real-py/bar-assistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•476 B
# Bar Assistant API Configuration
# Your Bar Assistant instance API URL
# Examples:
# Standard: http://localhost:8000/api
# Custom: https://bar.example.com/bar/api
BAR_ASSISTANT_API_URL=http://localhost:8000/api
# Your Bar Assistant personal access token
# Generate this from your Bar Assistant profile settings
BAR_ASSISTANT_TOKEN=your_bearer_token_here
# Your bar ID (optional - use list_bars tool to find this)
# Usually 1 for your first bar
BAR_ASSISTANT_BAR_ID=1