← Back to Plugins
MCP Server MCP

io.github.msdanyg/smart-connections-mcp

github By github 👁 1 views ▲ 0 votes

Local semantic search over Obsidian vaults via Smart Connections embeddings. Multi-vault, private.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "smart-connections-mcp",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "One or more absolute Obsidian vault paths, comma-separated (alias: SMART_VAULT_PATHS)",
          "isRequired": true,
          "format": "filepath",
          "name": "SMART_VAULT_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...