# Obsidian MCP Server Configuration
# Path to your Obsidian vault (required)
OBSIDIAN_VAULT_PATH=/Users/yourname/Documents/ObsidianVault
# Optional: Maximum search/list results (default: 100)
# OBSIDIAN_MAX_RESULTS=100
# Optional: Search snippet length (default: 200)
# OBSIDIAN_SNIPPET_LENGTH=200
# Google Calendar Integration (optional)
# See docs/CALENDAR.md for complete setup guide
# Path to OAuth2 credentials.json from Google Cloud Console
# Get this from: https://console.cloud.google.com/ → Enable Calendar API → Create OAuth credentials
# GOOGLE_CALENDAR_CREDENTIALS_PATH=/path/to/credentials.json
# Calendar to use for all operations (scopes all calendar tools to this calendar)
# Options:
# - "primary" = your main Google Calendar (default)
# - "calendar_id@gmail.com" = specific calendar
# - "calendar_id@group.calendar.google.com" = shared/workspace calendar
#
# To find calendar ID:
# 1. Go to https://calendar.google.com → Settings
# 2. Select calendar from left sidebar
# 3. Scroll to "Integrate calendar" section
# 4. Copy the Calendar ID
#
# GOOGLE_CALENDAR_ID=primary
# GOOGLE_CALENDAR_ID=work@group.calendar.google.com
# Obsidian deep link URL base for linking calendar events to notes
# Format: obsidian://open?vault=YOUR_VAULT_NAME&file=
#
# To find your vault name:
# 1. Open Obsidian
# 2. Go to Settings (⚙️) → About
# 3. Copy vault name exactly (including spaces and capitalization)
#
# OBSIDIAN_VAULT_URL_BASE=obsidian://open?vault=MyVault&file=
# OBSIDIAN_VAULT_URL_BASE=obsidian://open?vault=My%20Work%20Vault&file=
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/getglad/obsidian_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server