We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cogell/mural-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•427 B
# Mural OAuth Configuration
# Get these values from your Mural app at: https://app.mural.co/developer
# Required: Your Mural app's client ID
MURAL_CLIENT_ID=your_client_id_here
# Optional: Your Mural app's client secret (recommended for server-side apps)
MURAL_CLIENT_SECRET=your_client_secret_here
# Optional: OAuth redirect URI (defaults to http://localhost:3000/callback)
MURAL_REDIRECT_URI=http://localhost:3000/callback