We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhdenny/bar-assistant-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•898 B
# Bar Assistant MCP Server Configuration
# Your Bar Assistant instance URL (required)
# Example: https://bar-assistant.example.com/bar
BAR_ASSISTANT_URL=
# Your Bar Assistant API token (required)
# Get this from your Bar Assistant instance: Settings → API → Generate Token
# IMPORTANT: If your token contains special characters, wrap it in single quotes.
# Example: BAR_ASSISTANT_TOKEN='your|token|with|specials'
BAR_ASSISTANT_TOKEN=
# Bar ID to use (optional, defaults to "1")
# Most users can leave this as 1 but it will depend on the specific bar in your Bar Assistant database you want to query
BAR_ASSISTANT_BAR_ID=1
# --- Remote Server (SSE) Configuration ---
# Port to listen on (optional, defaults to 3001)
PORT=3001
# API Key for securing the remote connection (Highly Recommended)
# Clients must provide this key via 'Authorization: Bearer <key>' or '?apiKey=<key>'
MCP_API_KEY=