Obsidian sync and management server with Web dashboard and MCP support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nimbus-vault-sync": {
"command": "npx",
"args": [
"-y",
"lengedliu/nimbus-vault-sync"
]
}
}
}
Run in terminal:
claude mcp add nimbus-vault-sync npx -y lengedliu/nimbus-vault-sync
Add to .cursor/mcp.json:
{
"mcpServers": {
"nimbus-vault-sync": {
"command": "npx",
"args": [
"-y",
"lengedliu/nimbus-vault-sync"
]
}
}
}