# Quickbase MCP Server Configuration
# Copy this file to .env and fill in your actual values
# Required: Your Quickbase realm hostname (without https://)
# Example: mycompany.quickbase.com
QUICKBASE_REALM_HOST=your-realm.quickbase.com
# Required: Your Quickbase User Token
# Get this from Quickbase Admin Console > My Preferences > My User Information > Manage User Tokens
QUICKBASE_USER_TOKEN=your_user_token_here
# Optional: Default App ID (can be overridden per request)
# QUICKBASE_APP_ID=your_default_app_id
# Optional: Enable/disable caching (default: true)
# QUICKBASE_CACHE_ENABLED=true
# Optional: Cache TTL in seconds (default: 3600 = 1 hour)
# QUICKBASE_CACHE_TTL=3600
# Optional: Enable debug logging (default: false)
# DEBUG=true
# Optional: Server port for HTTP mode (default: 3000)
# PORT=3000
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielbushman/MCP-Quickbase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server