We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sascodiego/KGsMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Kuzu Database Configuration
KUZU_DB_PATH=.kg-context/knowledge-graph.kuzu
KUZU_MAX_RETRIES=3
KUZU_QUERY_TIMEOUT=30000
# Logging Configuration
LOG_ENABLED=true
LOG_LEVEL=info
# Analysis Configuration
MAX_FILE_SIZE=1048576
EXCLUDED_DIRS=.git,node_modules,__pycache__,.venv,dist,build
INCLUDED_EXTENSIONS=.js,.ts,.jsx,.tsx,.py,.java,.go,.rs
# MCP Server Configuration
MCP_SERVER_PORT=3000
NODE_ENV=production