← Back to Plugins
MCP Server MCP

FastMCP server for bidirectional sync between personal and team Obsidian vaults

github By github 👁 1 views ▲ 0 votes

FastMCP server for bidirectional sync between personal and team Obsidian vaults.

Homepage Verified source GitHub

Install

mcpb:https://github.com/adelaidasofia/vault-sync-mcp/releases/download/v0.1.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/adelaidasofia/vault-sync-mcp/releases/download/v0.1.0/vault-sync-mcp.mcpb",
      "version": "0.1.0",
      "fileSha256": "29179b4ad6cdfdab5bd2b135be2fa82e3098f2506b2f74b90821ab25c7d6042c",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your personal Obsidian vault root",
          "isRequired": true,
          "name": "PERSONAL_VAULT_PATH"
        },
        {
          "description": "Absolute path to your team Obsidian vault root",
          "isRequired": true,
          "name": "TEAM_VAULT_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...