A high-performance, all-in-one, containerised MCP server for your Obsidian vault.
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"
]
}
}
}
Run in terminal:
claude mcp add obsidian-remote go run github.com/shanehull/obsidian-remote@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-remote": {
"command": "go",
"args": [
"run",
"github.com/shanehull/obsidian-remote@latest"
]
}
}
}