# OpenAI API Key (required for embeddings and semantic search)
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-api-key-here
# OpenAI Assistant ID (optional - for natural language to Cypher tool)
# Leave blank to create a new assistant automatically
# Only needed if you want to reuse an existing assistant
OPENAI_ASSISTANT_ID=
# Neo4j Configuration
# These match the docker-compose.yml defaults
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=PASSWORD
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/drewdrewH/code-graph-context'
If you have feedback or need assistance with the MCP directory API, please join our Discord server