Skip to main content
Glama

Graphiti MCP Server

by dreamnear
.env.example1.11 kB
# Graphiti MCP Server Environment Configuration # Neo4j Database Configuration # These settings are used to connect to your Neo4j database NEO4J_URI=bolt://localhost:7687 NEO4J_USER=neo4j NEO4J_PASSWORD=your_neo4j_password_here # OpenAI API Configuration # Required for LLM operations and entity extraction OPENAI_API_KEY=your_openai_api_key_here MODEL_NAME=gpt-4.1-mini SMALL_MODEL_NAME=gpt-4.1-nano LLM_TEMPERATURE=0.0 # Optional: Only needed for non-standard OpenAI endpoints # OPENAI_BASE_URL=https://api.openai.com/v1 # Azure OpenAI Configuration (optional) # AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint_here # AZURE_OPENAI_API_VERSION=2025-01-01-preview # AZURE_OPENAI_DEPLOYMENT_NAME=your_deployment_name # AZURE_OPENAI_EMBEDDING_API_VERSION=2023-05-15 # AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME=your_embedding_deployment_name # AZURE_OPENAI_USE_MANAGED_IDENTITY=false # Performance Configuration SEMAPHORE_LIMIT=10 # Server Configuration MCP_SERVER_HOST=127.0.0.1 MCP_SERVER_PORT=8000 # Telemetry (optional) # Set to false to disable anonymous usage statistics # GRAPHITI_TELEMETRY_ENABLED=true

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/dreamnear/graphiti-mcp'

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