We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MumuTW/Mnemosyne-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Mnemosyne MCP Configuration Example
# Copy this file to .env and fill in your actual values
# === LLM Provider Configuration ===
# Choose ONE of the following options:
# Option A: OpenAI API
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Option B: OpenRouter API (free tier available)
# OPENROUTER_API_KEY=or-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# === Database Configuration ===
# FALKORDB_HOST 將透過動態檢測自動設定:
# - Docker 容器內 → falkordb
# - 本機環境 → localhost
# 如需強制指定,可以取消以下註釋:
# FALKORDB_HOST=localhost
FALKORDB_PORT=6379
FALKORDB_DATABASE=mnemosyne
# === Application Configuration ===
LOG_LEVEL=INFO
ENVIRONMENT=development
# === Atlassian Integration (暫時停用) ===
# 注意:Atlassian 整合功能暫時停用,未來版本將重新啟用
# CONFLUENCE_URL=https://your-domain.atlassian.net
# CONFLUENCE_USERNAME=your-email@domain.com
# CONFLUENCE_API_TOKEN=your-confluence-api-token
# JIRA_URL=https://your-domain.atlassian.net
# JIRA_USERNAME=your-email@domain.com
# JIRA_API_TOKEN=your-jira-api-token