smart connections for Windsurf
io.github.gogogadgetbytes/smart-connections
MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
client:Windsurf
transport:stdio
runtime:npm
Install smart connections in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": "<VAULT_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs