Skip to content
Cursor

smart connections mcp for Cursor

io.github.msdanyg/smart-connections-mcp

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

client:Cursor transport:stdio runtime:npm

Install smart connections mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

smart connections mcp in other clients