We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/madebygps/obsidian-diary-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Obsidian Diary MCP Configuration
# Path to your diary/vault directory (REQUIRED)
DIARY_PATH=/Users/yourname/Documents/diary
# Path to save extracted todo lists (REQUIRED)
PLANNER_PATH=/Users/yourname/Documents/planner
# Number of recent entries to analyze for prompts (default: 3, Sunday: 7)
# RECENT_ENTRIES_COUNT=3
# Ollama Configuration
# OLLAMA_URL=http://localhost:11434
# OLLAMA_MODEL=llama3.1:latest
# OLLAMA_TIMEOUT=60 # Increase for reasoning models (qwen3, qwq, etc.)
# OLLAMA_TEMPERATURE=0.7
# OLLAMA_NUM_PREDICT=1000 # Max response length in tokens (~750 words)