Bridges Claude to your Obsidian vaults through the Local REST API plugin. Exposes three tools: get_note_content for retrieving individual notes with metadata, obsidian_search for text queries, and obsidian_semantic_search for meaning-based lookups. Also provides a resource handler for obsidian:// URIs. The multi-URL configuration is the standout feature here: it tests all your endpoints in parallel, picks the fastest, and automatically fails over if a connection drops. That's especially useful in WSL2 or Docker setups where localhost, host.docker.internal, and gateway IPs might all be valid but with different latency. Ships with both stdio and HTTP transports, and includes Docker images if you want to run it containerized.
claude mcp add --transport stdio oleksandrkucherenko-mcp-obsidian-via-rest uvx mcp-obsidian-via-rest