We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCP-Agent766/Legal-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•480 B
# Azure Storage Connection String
# Get this from Azure Portal: Storage Account -> Access Keys -> Connection string
AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=legalmcpstore;AccountKey=...;EndpointSuffix=core.windows.net
# Anthropic Claude API Key
# Get this from https://console.anthropic.com/ -> API Keys
ANTHROPIC_API_KEY=sk-ant-api03-...
# Server Port (optional, defaults to 3000)
PORT=3000
# Node Environment (optional)
NODE_ENV=development