You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2026. It is now read-only.
The mcp-server.exe ignores the OBSIDIAN_HOST environment variable set in
claude_desktop_config.json and constructs a malformed URL with double protocol.
Bug Description
The mcp-server.exe ignores the OBSIDIAN_HOST environment variable set in
claude_desktop_config.json and constructs a malformed URL with double protocol.
Error in logs
"path": "https://https//127.0.0.1:27124:27124/"
Environment
Steps to reproduce
Expected behavior
Server should use the URL from OBSIDIAN_HOST env var correctly.
Actual behavior
Server ignores env var and uses hardcoded URL with double protocol prefix.