Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt
.env.network442 B
# MCP Server Network Configuration # Server Configuration PORT=3000 HOST=0.0.0.0 NODE_ENV=production # Database Path DATA_PATH=./data # JWT Secret (Production'da güçlü bir secret kullanın) JWT_SECRET=your-super-secret-jwt-key-change-this-in-production # CORS Origins (virgül ile ayırın) CORS_ORIGINS=* # WebSocket Options WS_HEARTBEAT_INTERVAL=30000 WS_MAX_CONNECTIONS=100 # Logging LOG_LEVEL=info LOG_FILE=./logs/mcp-server.log

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/yusuferenkt/mcp-database'

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