Skip to main content
Glama

MCP Quoting System

by r-long
.env.example705 B
# Environment variables PORT=3789 NODE_ENV=development # PostgreSQL Database (Phase 1) DATABASE_URL="postgresql://postgres:password@localhost:5432/quoting_db?schema=public" DATABASE_POOL_MIN=2 DATABASE_POOL_MAX=10 # OpenAI API for embeddings (Phase 1) OPENAI_API_KEY="sk-your-openai-api-key-here" # Email configuration (for quote sending) SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USER=your-email@example.com SMTP_PASS=your-app-password # File Upload Configuration (Phase 1) UPLOAD_DIR=./uploads MAX_FILE_SIZE_MB=10 # Feature Flags (Phase 1) ENABLE_VECTOR_SEARCH=true ENABLE_RULE_BASED_FALLBACK=true ENABLE_PDF_UPLOAD=true # Legacy JSON storage (backward compatibility) DB_PATH=./data/quotes.json

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/r-long/mcp-quoting-system'

If you have feedback or need assistance with the MCP directory API, please join our Discord server