We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/derrikjb/Obsidian_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•619 B
# Obsidian MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Your Obsidian Local REST API Key
# Find it in Obsidian: Settings > Local REST API > API Key
OBSIDIAN_API_KEY=your-api-key-here
# Optional: Obsidian REST API URL (default: http://127.0.0.1:27123)
# OBSIDIAN_API_URL=http://127.0.0.1:27123
# Optional: MCP Transport mode - 'stdio' or 'sse' (default: stdio)
# MCP_TRANSPORT=sse
# Optional: Port for SSE mode (default: 3000)
# MCP_PORT=3000
# Optional: Enable debug logging (default: false)
# Set to 'true' or '1' to enable verbose logging
# DEBUG=true