Loading MCP server directory, please wait...
MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
npx @getmcp/cli add io.github.gogogadgetbytes/smart-connectionsRequires Node.js 18+. Community-contributed server. Review source before installing.
VAULT_PATHAbsolute path to your Obsidian vault (e.g., /Users/you/Documents/MyVault)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gogogadgetbytes/smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": ""
}
}
}
}