We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Platano78/faulkner-db'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•597 B
# FalkorDB Configuration
FALKORDB_HOST=falkordb
FALKORDB_PORT=6379
FALKORDB_REST_PORT=8082 # REST API port (8081 reserved for llama.cpp)
FALKORDB_MEMORY_LIMIT=2gb
FALKORDB_PERSISTENCE=true
FALKORDB_LOG_LEVEL=INFO
# PostgreSQL Configuration
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USER=graphiti
POSTGRES_PASSWORD=CHANGE_ME_IN_PRODUCTION
POSTGRES_DB=graphiti
# Visualization Service
VISUALIZATION_PORT=8082
# Instructions:
# 1. Copy this file to .env: cp .env.example .env
# 2. Update POSTGRES_PASSWORD with a secure password
# 3. Adjust other settings as needed for your environment