obsidian-remote

shanehull/obsidian-remote
★ 0 stars Go 🔒 Security Updated 1d ago
A high-performance, all-in-one, containerised MCP server for your Obsidian vault.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian-remote": {
      "command": "go",
      "args": [
        "run",
        "github.com/shanehull/obsidian-remote@latest"
      ]
    }
  }
}