HomeKnowledge & Memory › smart-connections-mcp

smart-connections-mcp

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

TypeScript
★ 56 stars Last pushed 2026-08-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.1)

npx -y smart-connections-mcp@2.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "smart-connections-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "smart-connections-mcp@2.0.1"
      ],
      "env": {
        "SMART_VAULT_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • SMART_VAULT_PATH required — One or more absolute Obsidian vault paths, comma-separated (alias: SMART_VAULT_PATHS)

Related servers

Data from the Official MCP Registry