We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jianruidutong/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•767 B
# Obsidian MCP Server Configuration
# Copy this file to .env and update with your actual values
# Required: Absolute path to your Obsidian vault
# Example (Windows): C:/Users/YourName/Documents/MyVault
# Example (macOS): /Users/YourName/Documents/MyVault
# Example (Linux): /home/yourname/Documents/MyVault
OBSIDIAN_VAULT_PATH=/path/to/your/obsidian/vault
# Required: API token from Obsidian Local REST API plugin
# Generate this in Obsidian: Settings > Community Plugins > Local REST API > Generate Token
OBSIDIAN_API_TOKEN=your_api_token_here
# Optional: API port (default is 27123)
# Only change if you've modified the port in Obsidian Local REST API settings
OBSIDIAN_API_PORT=27123
# Optional: Debug mode
# Set to 'true' to enable verbose logging
DEBUG=false