Skip to content
Windsurf

smart connections mcp for Windsurf

io.github.msdanyg/smart-connections-mcp

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

client:Windsurf transport:stdio runtime:npm

Install smart connections mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

smart connections mcp in other clients