Skip to content

smart connections mcp for Zed

io.github.msdanyg/smart-connections-mcp

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

client:Zed transport:stdio runtime:npm

Install smart connections mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "smart-connections-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "smart-connections-mcp"
      ],
      "env": {
        "SMART_VAULT_PATH": "<SMART_VAULT_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

smart connections mcp in other clients