We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apexneural-hansika/graphiti_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Neo4j Database Configuration
# For Neo4j Aura (free cloud): neo4j+s://xxxxx.databases.neo4j.io
# For local Neo4j: bolt://localhost:7687
NEO4J_URI=neo4j+s://xxxxx.databases.neo4j.io
NEO4J_USER=neo4j
NEO4J_PASSWORD=your_password_here
# OpenRouter API Configuration (Recommended)
OPENROUTER_API_KEY=<your_openrouter_api_key>
MODEL_NAME=openai/gpt-4o-mini
# Alternative: OpenAI API Configuration (if not using OpenRouter)
# OPENAI_API_KEY=<your_openai_api_key>
# MODEL_NAME=gpt-4o-mini