We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/northernvariables/FedMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•483 B
# Neo4j Connection (Required)
NEO4J_URI=neo4j+s://xxxxx.databases.neo4j.io
NEO4J_USER=neo4j
NEO4J_PASSWORD=your_neo4j_password_here
# CanLII API (Optional - for legal data ingestion)
CANLII_API_KEY=your_canlii_api_key_here
# Pipeline Configuration (Optional)
BATCH_SIZE=10000 # Nodes per transaction (default: 10000)
LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR
INCREMENTAL_LOOKBACK_DAYS=7 # How far back to check for updates (default: 7)