Knowledge Systems
Trust: 34/100 (Limited)io.github.gogogadgetbytes/smart-connections Guide
MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.
1 starsby gogogadgetbytes
Quick Start
Install
npx @gogogadgetbytes/smart-connections-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-gogogadgetbytes-smart-connections": {
"command": "npx",
"args": [
"@gogogadgetbytes/smart-connections-mcp"
]
}
}
}