smart connections for Claude Desktop
io.github.gogogadgetbytes/smart-connections
MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
client:Claude Desktop
transport:stdio
runtime:npm
Install smart connections in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": "<VAULT_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs