← Index

io.github.gogogadgetbytes/smart-connections

io.github.gogogadgetbytes/smart-connections·v0.2.0·Search
Quality Score
76
/100

MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "smart-connections": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/smart-connections-mcp"
      ],
      "env": {
        "VAULT_PATH": "<vault_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "smart-connections": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/smart-connections-mcp"
      ],
      "env": {
        "VAULT_PATH": "<vault_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gogogadgetbytes/smart-connections-mcp
§02  Environment variables
VAULT_PATH
required

Absolute path to your Obsidian vault (e.g., /Users/you/Documents/MyVault)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search