We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/94aharris/coach-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•440 B
# Coach AI Configuration
# Database location (optional, defaults to data/coach.db)
# COACH_DB_PATH=data/coach.db
# Obsidian Integration (optional but recommended)
# Set this to the full path to your Obsidian vault
OBSIDIAN_VAULT_PATH=/Users/your-username/Documents/ObsidianVault
# Daily notes path format (optional, defaults to "Daily Notes/{date}.md")
# Use {date} as placeholder for YYYY-MM-DD
DAILY_NOTES_FORMAT=Daily Notes/{date}.md