We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SourireConcept/cloudzir-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•736 B
# CloudZIR MCP Server Environment Variables
# Copy this file to .env and fill in your values
# Server Configuration
NODE_ENV=production
PORT=3000
# MCP Server
MCP_SERVER_NAME=cloudzir-mcp-server
MCP_SERVER_VERSION=1.0.0
# AI Model Configuration
OPENAI_API_KEY=sk-your-key-here
HUGGINGFACE_API_KEY=hf_your-token-here
ANTHROPIC_API_KEY=sk-ant-your-key-here
# Database Configuration
DATABASE_URL=postgresql://user:password@localhost:5432/cloudzir
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_KEY=your-anon-key
# Cloud Services
GOOGLE_CLOUD_PROJECT_ID=your-project-id
GOOGLE_CLOUD_KEY_FILE=./creds.json
# Logging
LOG_LEVEL=info
DEBUG=false
# Security
JWT_SECRET=your-secret-key-here
ENCRYPTION_KEY=your-encryption-key-here