We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eugeneyvt/logseq-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•425 B
# Logseq MCP Configuration
# Copy this file to .env and fill in your values
# REQUIRED: Logseq API URL (default: http://127.0.0.1:12315)
LOGSEQ_API_URL=http://127.0.0.1:12315
# REQUIRED: Your Logseq API token
# Generate this in Logseq: Settings → HTTP API Authentication Token
LOGSEQ_API_TOKEN=your-api-token-here
# OPTIONAL: Performance and logging settings
# LOG_LEVEL=info
# NODE_ENV=production
# LOGSEQ_TIMEOUT=30000