# Example environment for local/dev
# Copy to .env.local and fill real values. Do NOT commit real secrets.
# App
PORT=8002
# Neo4j (the Python driver expects bolt/neo4j scheme, NOT https)
# If your host supports Bolt routing, use neo4j:// or bolt:// (port 7687)
NEO4J_URI=neo4j://neo4j.ft.tc:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=change_me
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/jomapps/mcp-brain-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server