Skip to main content
Glama

E-commerce MCP Server

config.py413 B
# app/core/config.py import os from dotenv import load_dotenv load_dotenv() # API Keys GROQ_API_KEY = os.getenv("GROQ_API_KEY") MONGODB_URI = os.getenv("MONGODB_URI", "mongodb://localhost:27017") MONGODB_DB_NAME = os.getenv("MONGODB_DB_NAME", "ecommerce_chatbot") # MCP Server Configuration MCP_SERVER_HOST = os.getenv("MCP_SERVER_HOST", "localhost") MCP_SERVER_PORT = int(os.getenv("MCP_SERVER_PORT", "9000"))

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/Noyonchandrasaha/MCP-E-commerce-Chatbot'

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