We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpmux/mcp-mux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Branding Configuration
# Single source of truth for all product naming
#
[branding]
# User-facing display name
display_name = "McpMux"
# Reverse-domain app identifier (used for data directories, bundle ID)
identifier = "com.mcpmux.app"
# Custom URL scheme for deep links (mcpmux://...)
deep_link_scheme = "mcpmux"
# Primary domain
domain = "mcpmux.com"
# API subdomain
api_domain = "api.mcpmux.com"
# Keychain/credential manager service name
keychain_service = "com.mcpmux.app"
# Log file prefix
log_prefix = "mcpmux"
# MCP server config key (for clients like VS Code, Claude Desktop)
mcp_config_key = "mcpmux"
# GitHub organization
github_org = "mcpmux"
# NPM scope
npm_scope = "@mcpmux"